diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 48945b2..a13cf99 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -63,6 +63,8 @@ if (BUILD_TESTS) | |||
63 | enable_testing() | 63 | enable_testing() |
64 | add_library(testdll SHARED testdll.c) | 64 | add_library(testdll SHARED testdll.c) |
65 | set_target_properties(testdll PROPERTIES PREFIX "") | 65 | set_target_properties(testdll PROPERTIES PREFIX "") |
66 | add_library(testdll3 SHARED testdll3.c) | ||
67 | set_target_properties(testdll3 PROPERTIES PREFIX "") | ||
66 | add_executable(t_dlfcn test.c) | 68 | add_executable(t_dlfcn test.c) |
67 | target_link_libraries(t_dlfcn dl) | 69 | target_link_libraries(t_dlfcn dl) |
68 | add_test (NAME t_dlfcn COMMAND t_dlfcn) | 70 | add_test (NAME t_dlfcn COMMAND t_dlfcn) |