diff options
author | Brad King <brad.king@kitware.com> | 2008-06-04 16:10:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2008-06-04 16:10:59 (GMT) |
commit | 306e3e573fe409c0818fa069fd7e625c19713ed9 (patch) | |
tree | 3ae92cbbe3ec500a83632d45259e4a47018b134b /Tests/CustomCommand/CMakeLists.txt | |
parent | 7fc72e6471f641a9c08fe85c2c7d24eda75d10db (diff) | |
download | CMake-306e3e573fe409c0818fa069fd7e625c19713ed9.zip CMake-306e3e573fe409c0818fa069fd7e625c19713ed9.tar.gz CMake-306e3e573fe409c0818fa069fd7e625c19713ed9.tar.bz2 |
ENH: Add test for make variable replacement in a custom command with the VERBATIM option.
Diffstat (limited to 'Tests/CustomCommand/CMakeLists.txt')
-rw-r--r-- | Tests/CustomCommand/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/CustomCommand/CMakeLists.txt b/Tests/CustomCommand/CMakeLists.txt index 7e9f29c..5d785bc 100644 --- a/Tests/CustomCommand/CMakeLists.txt +++ b/Tests/CustomCommand/CMakeLists.txt @@ -42,6 +42,8 @@ ADD_CUSTOM_COMMAND( MAIN_DEPENDENCY ${PROJECT_SOURCE_DIR}/wrapped.h COMMAND ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}/wrapper ${PROJECT_BINARY_DIR}/wrapped.c ${PROJECT_BINARY_DIR}/wrapped_help.c + ${CMAKE_CFG_INTDIR} # this argument tests passing of the configuration + VERBATIM # passing of configuration should work in this mode ) ################################################################ |