Warning, /plasma/khotkeys/test/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ########### next target ###############
0002 
0003 include_directories(../app
0004                     ${CMAKE_CURRENT_BINARY_DIR}/../app)
0005 
0006 set(khotkeys_standalone_PART_SRCS
0007         main.cpp
0008         ../app/kded.cpp)
0009 
0010 add_executable(khotkeys_standalone ${khotkeys_standalone_PART_SRCS})
0011 add_dependencies(khotkeys_standalone kded_khotkeys)
0012 target_link_libraries(khotkeys_standalone
0013     khotkeysprivate
0014     PW::KWorkspace
0015     KF5::DBusAddons)
0016 
0017 # Don't install anything, this is just for debugging