mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 02:42:50 +00:00
10 lines
275 B
CMake
10 lines
275 B
CMake
########### kstartupconfig ###############
|
|
|
|
set(kstartupconfig_SRCS kstartupconfig.cpp )
|
|
|
|
add_executable(kstartupconfig4 ${kstartupconfig_SRCS})
|
|
|
|
target_link_libraries(kstartupconfig4 ${KDE4_KDECORE_LIBS} )
|
|
|
|
install(TARGETS kstartupconfig4 ${INSTALL_TARGETS_DEFAULT_ARGS} )
|
|
|