mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
8 lines
342 B
CMake
8 lines
342 B
CMake
set(kquitapp_SRCS kquitapp.cpp)
|
|
|
|
set(kquitapp_OUTPUT_NAME kquitapp)
|
|
kde4_add_executable(kquitapp_executable NOGUI ${kquitapp_SRCS})
|
|
set_target_properties(kquitapp_executable PROPERTIES OUTPUT_NAME kquitapp)
|
|
target_link_libraries(kquitapp_executable ${KDE4_KDECORE_LIBS})
|
|
|
|
install(TARGETS kquitapp_executable ${INSTALL_TARGETS_DEFAULT_ARGS})
|