diff options
author | Brad King <brad.king@kitware.com> | 2006-08-01 14:49:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2006-08-01 14:49:15 (GMT) |
commit | 1973efbab2d101cd588399aa3dc1a7620a7e2f88 (patch) | |
tree | 67b98531bfcda08f871368b68c04878d8b476329 /Tests/ComplexRelativePaths/Executable/CMakeLists.txt | |
parent | 8dda3a2f6e4c9832642f2f6c102897cfca0670b3 (diff) | |
download | CMake-1973efbab2d101cd588399aa3dc1a7620a7e2f88.zip CMake-1973efbab2d101cd588399aa3dc1a7620a7e2f88.tar.gz CMake-1973efbab2d101cd588399aa3dc1a7620a7e2f88.tar.bz2 |
ENH: Adding test for source files and header files with the same base name in the same target.
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/CMakeLists.txt')
-rw-r--r-- | Tests/ComplexRelativePaths/Executable/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt index dae5775..71fde7b 100644 --- a/Tests/ComplexRelativePaths/Executable/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/Executable/CMakeLists.txt @@ -19,7 +19,7 @@ ENDIF(NOT CMAKE_TEST_DIFFERENT_GENERATOR) SET(COMPLEX_LIBS CMakeTestLibrary;CMakeTestLibraryShared;CMakeTestCLibraryShared) LINK_LIBRARIES(${COMPLEX_LIBS}) -ADD_EXECUTABLE(A A.cxx) +ADD_EXECUTABLE(A A.cxx A.hh A.h) ADD_EXECUTABLE(complex complex testcflags.c ) # Sub1/NameConflictTest.c Sub2/NameConflictTest.c) ADD_EXECUTABLE(complex.file complex.file.cxx) |