Files
RedBear-OS/local/recipes/kde/kf6-kauth/source/examples/CMakeLists.txt
T
2026-04-14 10:51:06 +01:00

7 lines
227 B
CMake

# 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)