forked from cromer/pamac-classic
gschemas translations and autovala support
This commit is contained in:
@@ -8,10 +8,10 @@ list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
|
||||
enable_testing ()
|
||||
option(ICON_UPDATE "Update the icon cache after installing" ON)
|
||||
option(BUILD_VALADOC "Build API documentation if Valadoc is available" OFF)
|
||||
option(DISABLE_AUR "DISABLE_AUR" OFF)
|
||||
option(ENABLE_UPDATE_ICON "ENABLE_UPDATE_ICON" OFF)
|
||||
option(ENABLE_HAMBURGER "ENABLE_HAMBURGER" OFF)
|
||||
option(KDE_TRAY "KDE_TRAY" OFF)
|
||||
option(DISABLE_AUR "DISABLE_AUR" OFF)
|
||||
|
||||
if( NOT CMAKE_BUILD_TYPE )
|
||||
set(CMAKE_BUILD_TYPE Release)
|
||||
@@ -61,7 +61,6 @@ if ( NOT WHERE_GRESOURCE )
|
||||
endif()
|
||||
|
||||
add_subdirectory(src/vapis)
|
||||
add_subdirectory(data/schemas)
|
||||
add_subdirectory(po)
|
||||
add_subdirectory(data/pixmaps)
|
||||
add_subdirectory(data/mime)
|
||||
|
||||
Reference in New Issue
Block a user