mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
11 lines
197 B
Text
11 lines
197 B
Text
![]() |
|
||
|
set(kstart_SRCS kstart.cpp)
|
||
|
|
||
|
|
||
|
kde4_add_executable(kstart ${kstart_SRCS})
|
||
|
|
||
|
target_link_libraries(kstart ${KDE4_KDEUI_LIBS} ${X11_X11_LIB})
|
||
|
|
||
|
install(TARGETS kstart ${INSTALL_TARGETS_DEFAULT_ARGS})
|
||
|
|