mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
6 lines
187 B
CMake
6 lines
187 B
CMake
set(kquitapp_SRCS kquitapp.cpp)
|
|
|
|
add_executable(kquitapp ${kquitapp_SRCS})
|
|
target_link_libraries(kquitapp ${KDE4_KDECORE_LIBS})
|
|
|
|
install(TARGETS kquitapp ${INSTALL_TARGETS_DEFAULT_ARGS})
|