diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-04-10 21:33:10 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-04-10 21:33:10 (GMT) |
commit | 9d0a4b8a5f45a6c8884c1a386c21b39bda9c3739 (patch) | |
tree | 95db84ef2201d0d1fafa3b949178813bfaa7e85b /Tests/Complex/Library | |
parent | b26be30740de0320258c1152d88aaeadb849b199 (diff) | |
download | CMake-9d0a4b8a5f45a6c8884c1a386c21b39bda9c3739.zip CMake-9d0a4b8a5f45a6c8884c1a386c21b39bda9c3739.tar.gz CMake-9d0a4b8a5f45a6c8884c1a386c21b39bda9c3739.tar.bz2 |
ENH: add a test to check if more than one post-build command can be attached. it fails right now.
Diffstat (limited to 'Tests/Complex/Library')
-rw-r--r-- | Tests/Complex/Library/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/Complex/Library/CMakeLists.txt b/Tests/Complex/Library/CMakeLists.txt index b3c402c..1aa325a 100644 --- a/Tests/Complex/Library/CMakeLists.txt +++ b/Tests/Complex/Library/CMakeLists.txt @@ -40,6 +40,13 @@ ADD_CUSTOM_COMMAND(SOURCE CMakeTestLibraryShared ARGS "${Complex_BINARY_DIR}/Library/postbuild.txt" TARGET CMakeTestLibraryShared) +ADD_CUSTOM_COMMAND(SOURCE CMakeTestLibraryShared + COMMAND ${CCOMMAND_COMMAND} + ARGS copy + "${Complex_BINARY_DIR}/Library/postbuild.txt" + "${Complex_BINARY_DIR}/Library/postbuild2.txt" + TARGET CMakeTestLibraryShared) + # # Add a custom target. # It runs ${CREATE_FILE_EXE} which will create a file. |