diff options
author | Ken Martin <ken.martin@kitware.com> | 2002-09-18 15:38:15 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2002-09-18 15:38:15 (GMT) |
commit | eab24670e3e2a8b2a7469ba418e183c363ff27d1 (patch) | |
tree | 3a035e56719c5fa0a612010983c0f7781650f96d /Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt | |
parent | 610ff11cf3725178d70ff0719aedf2f4520e38ce (diff) | |
download | CMake-eab24670e3e2a8b2a7469ba418e183c363ff27d1.zip CMake-eab24670e3e2a8b2a7469ba418e183c363ff27d1.tar.gz CMake-eab24670e3e2a8b2a7469ba418e183c363ff27d1.tar.bz2 |
test passing CMAKE_FLAGS
Diffstat (limited to 'Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt')
-rw-r--r-- | Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt b/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt index 3a019aa..4c45349 100644 --- a/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt +++ b/Tests/LoadCommandOneConfig/CMakeCommands/CMakeLists.txt @@ -1,4 +1,8 @@ PROJECT(CMAKE_LOADED_COMMANDS) +IF (MUDSLIDE_TYPE MATCHES MUCHO) + ADD_DEFINITIONS(-DMUCHO_MUDSLIDE) +ENDIF (MUDSLIDE_TYPE MATCHES MUCHO) + INCLUDE_DIRECTORIES(${CMAKE_ROOT}/include ${CMAKE_ROOT}/Source) ADD_LIBRARY(cmCMAKE_TEST_COMMAND SHARED cmTestCommand.c) |