repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add more spacing
[personal-kdebase.git]
/
runtime
/
kioexec
/
CMakeLists.txt
blob
b4eefe8c0a14ce875fa86e70eb8723fff0c4d17e
1
set(kioexec_SRCS main.cpp )
2
3
4
kde4_add_executable(kioexec NOGUI ${kioexec_SRCS})
5
6
target_link_libraries(kioexec ${KDE4_KIO_LIBS})
7
8
install(TARGETS kioexec DESTINATION ${LIBEXEC_INSTALL_DIR} )
9