diff options
Diffstat (limited to 'Tests/Complex/Executable/CMakeLists.txt')
-rw-r--r-- | Tests/Complex/Executable/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/Complex/Executable/CMakeLists.txt b/Tests/Complex/Executable/CMakeLists.txt new file mode 100644 index 0000000..f0df86f --- /dev/null +++ b/Tests/Complex/Executable/CMakeLists.txt @@ -0,0 +1,4 @@ +ADD_EXECUTABLE(complex complex) +TARGET_LINK_LIBRARIES(complex CMakeTestLibrary) +TARGET_LINK_LIBRARIES(complex CMakeTestLibraryShared) + |