mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
8 lines
160 B
CMake
8 lines
160 B
CMake
add_executable(kde4-menu kde-menu.cpp)
|
|
|
|
target_link_libraries(kde4-menu ${KDE4_KIO_LIBS})
|
|
|
|
install(
|
|
TARGETS kde4-menu
|
|
${INSTALL_TARGETS_DEFAULT_ARGS}
|
|
)
|