cf12defd28
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
7 lines
227 B
CMake
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)
|