Browse Source

* install test util

master
Alex 'AdUser' Z 7 years ago
parent
commit
f5bf3a2fa4
  1. 1
      src/CMakeLists.txt

1
src/CMakeLists.txt

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

Loading…
Cancel
Save