mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
3 lines
112 B
CMake
3 lines
112 B
CMake
FILE(GLOB desktopfile *.desktop)
|
|
|
|
INSTALL( FILES ${desktopfile} DESTINATION ${DATA_INSTALL_DIR}/solid/devices )
|