aboutsummaryrefslogtreecommitdiff
path: root/cmake-test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'cmake-test/CMakeLists.txt')
-rw-r--r--cmake-test/CMakeLists.txt2
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
9add_library(testdll SHARED ../testdll.c) 9add_library(testdll SHARED ../testdll.c)
10set_target_properties(testdll PROPERTIES PREFIX "") 10set_target_properties(testdll PROPERTIES PREFIX "")
11add_library(testdll3 SHARED ../testdll3.c)
12set_target_properties(testdll3 PROPERTIES PREFIX "")
11add_executable(t_dlfcn ../test.c) 13add_executable(t_dlfcn ../test.c)
12target_link_libraries(t_dlfcn dlfcn-win32::dl) 14target_link_libraries(t_dlfcn dlfcn-win32::dl)
13enable_testing() 15enable_testing()