mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
10 lines
213 B
CMake
10 lines
213 B
CMake
set(plasmapkg_SRCS
|
|
main.cpp
|
|
)
|
|
|
|
add_executable(plasmapkg ${plasmapkg_SRCS})
|
|
|
|
target_link_libraries(plasmapkg ${KDE4_KDEUI_LIBS} ${KDE4_PLASMA_LIBS})
|
|
|
|
install(TARGETS plasmapkg ${INSTALL_TARGETS_DEFAULT_ARGS})
|
|
|