2 lines
104 B
CMake
2 lines
104 B
CMake
file( GLOB EXTRATHEMEFILES *.tint2rc )
|
|
install( FILES ${EXTRATHEMEFILES} DESTINATION ${DATADIR}/tint2 )
|