kde-workspace/kioexec/CMakeLists.txt

11 lines
187 B
Text
Raw Normal View History

2014-11-15 04:16:00 +02:00
set(kioexec_SRCS main.cpp )
2015-09-01 04:37:19 +03:00
add_executable(kioexec ${kioexec_SRCS})
2014-11-15 04:16:00 +02:00
target_link_libraries(kioexec KDE4::kio)
2014-11-15 04:16:00 +02:00
install(
TARGETS kioexec
DESTINATION ${KDE4_LIBEXEC_INSTALL_DIR}
)