mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
12 lines
251 B
CMake
12 lines
251 B
CMake
set(ksystraycmd_SRCS ksystraycmd.cpp main.cpp )
|
|
|
|
add_executable(ksystraycmd ${ksystraycmd_SRCS})
|
|
target_link_libraries(ksystraycmd
|
|
${KDE4_KDEUI_LIBS}
|
|
${X11_X11_LIB}
|
|
)
|
|
|
|
install(
|
|
TARGETS ksystraycmd
|
|
DESTINATION ${KDE4_BIN_INSTALL_DIR}
|
|
)
|