diff options
Diffstat (limited to 'cmake-test/CMakeLists.txt')
-rw-r--r-- | cmake-test/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake-test/CMakeLists.txt b/cmake-test/CMakeLists.txt index 532f2b8..b853920 100644 --- a/cmake-test/CMakeLists.txt +++ b/cmake-test/CMakeLists.txt | |||
@@ -8,6 +8,8 @@ find_package(dlfcn-win32 REQUIRED) | |||
8 | 8 | ||
9 | add_library(testdll SHARED ../testdll.c) | 9 | add_library(testdll SHARED ../testdll.c) |
10 | set_target_properties(testdll PROPERTIES PREFIX "") | 10 | set_target_properties(testdll PROPERTIES PREFIX "") |
11 | add_library(testdll3 SHARED ../testdll3.c) | ||
12 | set_target_properties(testdll3 PROPERTIES PREFIX "") | ||
11 | add_executable(t_dlfcn ../test.c) | 13 | add_executable(t_dlfcn ../test.c) |
12 | target_link_libraries(t_dlfcn dlfcn-win32::dl) | 14 | target_link_libraries(t_dlfcn dlfcn-win32::dl) |
13 | enable_testing() | 15 | enable_testing() |