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
delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git]
/
runtime
/
kstart
/
CMakeLists.txt
blob
f82a023f32e38bacc87d6091434fd0bfac4aebb2
1
2
set(kstart_SRCS kstart.cpp)
3
4
5
kde4_add_executable(kstart ${kstart_SRCS})
6
7
target_link_libraries(kstart ${KDE4_KDEUI_LIBS} ${X11_X11_LIB})
8
9
install(TARGETS kstart ${INSTALL_TARGETS_DEFAULT_ARGS})
10