kde-workspace/kioexec/CMakeLists.txt
2015-09-01 04:37:19 +03:00

8 lines
181 B
CMake

set(kioexec_SRCS main.cpp )
add_executable(kioexec ${kioexec_SRCS})
target_link_libraries(kioexec ${KDE4_KIO_LIBS})
install(TARGETS kioexec DESTINATION ${LIBEXEC_INSTALL_DIR} )