Preparation for metadata directory

This commit is contained in:
Nyall Dawson 2017-04-10 10:54:55 +10:00
parent 9e662a7807
commit 998ca4a8ce
5 changed files with 5 additions and 0 deletions

View File

@ -63,6 +63,7 @@ IF(WITH_APIDOC)
${CMAKE_SOURCE_DIR}/src/core/geometry
${CMAKE_SOURCE_DIR}/src/core/gps
${CMAKE_SOURCE_DIR}/src/core/layertree
${CMAKE_SOURCE_DIR}/src/core/metadata
${CMAKE_SOURCE_DIR}/src/core/pal
${CMAKE_SOURCE_DIR}/src/core/processing
${CMAKE_SOURCE_DIR}/src/core/raster

View File

@ -105,6 +105,7 @@ INCLUDE_DIRECTORIES(
../src/core/geometry
../src/core/gps
../src/core/layertree
../src/core/metadata
../src/core/processing
../src/core/raster
../src/core/scalebar

View File

@ -991,6 +991,7 @@ INCLUDE_DIRECTORIES(
fieldformatter
geometry
layertree
metadata
pal
processing
raster

View File

@ -747,6 +747,7 @@ INCLUDE_DIRECTORIES(
../core/fieldformatter
../core/geometry
../core/layertree
../core/metadata
../core/raster
../core/scalebar
../core/symbology-ng

View File

@ -14,6 +14,7 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}
${CMAKE_SOURCE_DIR}/src/core/geometry
${CMAKE_SOURCE_DIR}/src/core/effects
${CMAKE_SOURCE_DIR}/src/core/layertree
${CMAKE_SOURCE_DIR}/src/core/metadata
${CMAKE_SOURCE_DIR}/src/core/processing
${CMAKE_SOURCE_DIR}/src/core/raster
${CMAKE_SOURCE_DIR}/src/core/scalebar