mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
9 lines
201 B
CMake
9 lines
201 B
CMake
set(kquitapp_SRCS kquitapp.cpp)
|
|
|
|
add_executable(kquitapp ${kquitapp_SRCS})
|
|
target_link_libraries(kquitapp ${KDE4_KDECORE_LIBS})
|
|
|
|
install(
|
|
TARGETS kquitapp
|
|
DESTINATION ${KDE4_BIN_INSTALL_DIR}
|
|
)
|