diff options
author | nobody <nobody> | 2001-06-29 20:06:37 (GMT) |
---|---|---|
committer | nobody <nobody> | 2001-06-29 20:06:37 (GMT) |
commit | 51a89146301bfa89d69218cb830e1c4201508cb8 (patch) | |
tree | 538ca3144d4145c1d30a46e30cbb5ad3f7493bdb /CMakeLists.txt | |
parent | 896dce551c00416a14daf8f65793bd418c54b42a (diff) | |
download | CMake-51a89146301bfa89d69218cb830e1c4201508cb8.zip CMake-51a89146301bfa89d69218cb830e1c4201508cb8.tar.gz CMake-51a89146301bfa89d69218cb830e1c4201508cb8.tar.bz2 |
added logo
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6df13eb..45e8b86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,6 +12,8 @@ IF(BUILD_TESTING) ADD_DEPENDENCIES(Experimental cmaketest cmake) ADD_DEPENDENCIES(NightlyTest cmaketest cmake) ADD_DEPENDENCIES(ExperimentalTest cmaketest cmake) + + CONFIGURE_FILE(${CMake_SOURCE_DIR}/Web/Art/CMakeLogo.gif ${CMake_BINARY_DIR}/Testing/HTML/TestingResults/Icons/Logo.gif COPYONLY) ENDIF (DART_ROOT) ENDIF(BUILD_TESTING) |