mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
9 lines
193 B
CMake
9 lines
193 B
CMake
set(kioexec_SRCS main.cpp )
|
|
|
|
|
|
kde4_add_executable(kioexec NOGUI ${kioexec_SRCS})
|
|
|
|
target_link_libraries(kioexec ${KDE4_KIO_LIBS})
|
|
|
|
install(TARGETS kioexec DESTINATION ${LIBEXEC_INSTALL_DIR} )
|
|
|