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
/
kde-menu
/
CMakeLists.txt
blob
57444a1a3e6b56a3c39f3d21f2ae991afd4e3fd2
1
2
kde4_add_executable(kde4-menu NOGUI kde-menu.cpp)
3
4
target_link_libraries(kde4-menu ${KDE4_KIO_LIBS})
5
6
install(TARGETS kde4-menu ${INSTALL_TARGETS_DEFAULT_ARGS} )
7