CMake/Tests/ComplexOneConfig/Executable/CMakeLists.txt

5 lines
135 B
CMake
Raw Normal View History

2001-08-23 21:57:45 +04:00
ADD_EXECUTABLE(complex complex)
TARGET_LINK_LIBRARIES(complex CMakeTestLibrary)
TARGET_LINK_LIBRARIES(complex CMakeTestLibraryShared)