kde-workspace/ksystraycmd/CMakeLists.txt

13 lines
244 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
set(ksystraycmd_SRCS ksystraycmd.cpp main.cpp )
2015-09-01 04:37:19 +03:00
add_executable(ksystraycmd ${ksystraycmd_SRCS})
target_link_libraries(ksystraycmd
KDE4::kdeui
${X11_X11_LIB}
)
install(
TARGETS ksystraycmd
DESTINATION ${KDE4_BIN_INSTALL_DIR}
)