diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 23:11:24 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-01-18 23:11:24 (GMT) |
commit | 1f4d3c7a666db9aaae8ee5a9551ce2c7ea0aab00 (patch) | |
tree | fd10e4b1b8a99798f7ff108f63373f73866fbaf9 /Tests/ComplexOneConfig/Executable/CMakeLists.txt | |
parent | fc43cc06d25033037982228d32fedfa58dfc74f0 (diff) | |
download | CMake-1f4d3c7a666db9aaae8ee5a9551ce2c7ea0aab00.zip CMake-1f4d3c7a666db9aaae8ee5a9551ce2c7ea0aab00.tar.gz CMake-1f4d3c7a666db9aaae8ee5a9551ce2c7ea0aab00.tar.bz2 |
COMP: Add proper link directory
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/CMakeLists.txt')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/ComplexOneConfig/Executable/CMakeLists.txt b/Tests/ComplexOneConfig/Executable/CMakeLists.txt index f16fc6a..6cf7373 100644 --- a/Tests/ComplexOneConfig/Executable/CMakeLists.txt +++ b/Tests/ComplexOneConfig/Executable/CMakeLists.txt @@ -7,6 +7,7 @@ SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DTEST_CXX_FLAGS") # Link to CMake lib LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Source) LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Source/kwsys) +LINK_DIRECTORIES(${Complex_BINARY_DIR}/../../Utilities/cmexpat) # Use LINK_LIBRARIES instead of TARGET_LINK_LIBRARIES to SET(COMPLEX_LIBS CMakeTestLibrary;CMakeTestLibraryShared;CMakeTestCLibraryShared) LINK_LIBRARIES(${COMPLEX_LIBS}) |