|
|
@ -1,5 +1,6 @@ |
|
|
|
add_executable("oal-test" "testutil.c" "config.c" "ldapauth.c") |
|
|
|
add_executable("oal-test" "testutil.c" "config.c" "ldapauth.c") |
|
|
|
target_link_libraries("oal-test" "ldap") |
|
|
|
target_link_libraries("oal-test" "ldap") |
|
|
|
|
|
|
|
install(TARGETS "oal-test" RUNTIME DESTINATION "bin") |
|
|
|
|
|
|
|
|
|
|
|
set(CMAKE_SHARED_LIBRARY_PREFIX "") |
|
|
|
set(CMAKE_SHARED_LIBRARY_PREFIX "") |
|
|
|
add_library("openvpn-plugin-auth-ldap" SHARED "config.c" "ldapauth.c" "plugin.c") |
|
|
|
add_library("openvpn-plugin-auth-ldap" SHARED "config.c" "ldapauth.c" "plugin.c") |
|
|
|