File: CMakeLists.txt

package info (click to toggle)
kldap 20.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,636 kB
  • sloc: cpp: 7,503; makefile: 14; sh: 2
file content (6 lines) | stat: -rw-r--r-- 229 bytes parent folder | download
1
2
3
4
5
6
########## next target ###############
set(testldapclient_SRCS testldapclient.cpp)

add_executable(testldapclient ${testldapclient_SRCS})

target_link_libraries(testldapclient KF5::I18n KF5::Completion KF5::Ldap KF5::CoreAddons)