forked from cromer/pamac-classic
customized builds
This commit is contained in:
8
data/icons/16x16/apps/CMakeLists.txt
Normal file
8
data/icons/16x16/apps/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
### CMakeLists automatically created with AutoVala
|
||||
### Do not edit
|
||||
|
||||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/system-software-install.png DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/16x16/apps/)
|
||||
if( NOT (${ICON_UPDATE} STREQUAL "OFF" ))
|
||||
find_program ( GTK_UPDATE_ICON_CACHE NAMES gtk-update-icon-cache.3.0 gtk-update-icon-cache )
|
||||
install (CODE "execute_process ( COMMAND ${GTK_UPDATE_ICON_CACHE} -f -t ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor )" )
|
||||
ENDIF()
|
Reference in New Issue
Block a user