mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
8 lines
220 B
CMake
8 lines
220 B
CMake
|
|
set(kcmshell_SRCS main.cpp )
|
|
|
|
add_executable( kcmshell4 ${kcmshell_SRCS})
|
|
|
|
target_link_libraries(kcmshell4 ${KDE4_KCMUTILS_LIBS} ${KDE4_KDEUI_LIBS} )
|
|
|
|
install(TARGETS kcmshell4 ${INSTALL_TARGETS_DEFAULT_ARGS})
|