mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
8 lines
186 B
CMake
8 lines
186 B
CMake
set(kioexec_SRCS main.cpp )
|
|
|
|
add_executable(kioexec ${kioexec_SRCS})
|
|
|
|
target_link_libraries(kioexec ${KDE4_KIO_LIBS})
|
|
|
|
install(TARGETS kioexec DESTINATION ${KDE4_LIBEXEC_INSTALL_DIR} )
|
|
|