mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
10 lines
192 B
CMake
10 lines
192 B
CMake
|
|
set(kstart_SRCS kstart.cpp)
|
|
|
|
|
|
add_executable(kstart ${kstart_SRCS})
|
|
|
|
target_link_libraries(kstart ${KDE4_KDEUI_LIBS} ${X11_X11_LIB})
|
|
|
|
install(TARGETS kstart ${INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|