Skip to content
Snippets Groups Projects
Commit d1268351 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

COMP: gettext configuration for external project

parent d5e8cdc6
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,13 @@ IF(OTB_USE_MAPNIK)
${MAPNIK_INCLUDE_DIR} ${FREETYPE2_INCLUDE_DIR})
ENDIF(OTB_USE_MAPNIK)
#-----------------------------------------------------------------------------
# Include directories from the GETTEXT build tree.
IF(OTB_USE_GETTEXT)
SET(OTB_INCLUDE_DIRS_BUILD_TREE ${OTB_INCLUDE_DIRS_BUILD_TREE}
${GETTEXT_INCLUDE_DIR})
ENDIF(OTB_USE_GETTEXT)
#-----------------------------------------------------------------------------
# Include directories from the PQXX build tree.
IF(OTB_USE_PQXX)
......@@ -350,6 +357,12 @@ IF(OTB_USE_MAPNIK)
${MAPNIK_INCLUDE_DIR} )
ENDIF(OTB_USE_MAPNIK)
#For Gettext header file
IF(OTB_USE_GETTEXT)
SET(OTB_INCLUDE_ABSOLUE_DIRS ${OTB_INCLUDE_ABSOLUE_DIRS}
${GETTEXT_INCLUDE_DIR} )
ENDIF(OTB_USE_GETTEXT)
# For OpentTreads header file
IF(OTB_USE_EXTERNAL_OPENTHREADS)
SET(OTB_INCLUDE_ABSOLUE_DIRS ${OTB_INCLUDE_ABSOLUE_DIRS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment