7 lines
123 B
CMake
7 lines
123 B
CMake
install(DIRECTORY
|
|
hicolor
|
|
DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons"
|
|
COMPONENT Runtime
|
|
PATTERN "*"
|
|
)
|