forked from openkylin/bovo
8 lines
146 B
CMake
8 lines
146 B
CMake
|
set (theme highcontrast)
|
||
|
|
||
|
set (files
|
||
|
theme.svg
|
||
|
themerc
|
||
|
)
|
||
|
install (FILES ${files} DESTINATION ${KDE_INSTALL_DATADIR}/bovo/themes/${theme})
|