File: CMakeLists.txt

package info (click to toggle)
kf6-kauth 6.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 21,724 kB
  • sloc: cpp: 2,926; xml: 24; sh: 14; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 227 bytes parent folder | download
1
2
3
4
5
6
# We only need to build the examples, to be sure they are up-to-date.
add_executable(client client.cpp)
target_link_libraries(client KF6::AuthCore)

add_executable(helper helper.cpp)
target_link_libraries(helper KF6::AuthCore)