mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-22 07:05:54 +00:00
4 lines
115 B
CMake
4 lines
115 B
CMake
file(GLOB desktopfile *.desktop)
|
|
|
|
install( FILES ${desktopfile} DESTINATION ${KDE_INSTALL_DATADIR}/solid/devices )
|