Warning, /frameworks/kauth/examples/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 # We only need to build the examples, to be sure they are up-to-date. 0002 add_executable(client client.cpp) 0003 target_link_libraries(client KF6::AuthCore) 0004 0005 add_executable(helper helper.cpp) 0006 target_link_libraries(helper KF6::AuthCore)