remove cmake support

This commit is contained in:
2019-07-06 15:24:14 -04:00
parent 5c10b15c2b
commit 7b8bab847d
37 changed files with 1 additions and 2611 deletions

View File

@@ -1,8 +0,0 @@
### 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()