explicitly specify the gettext include dir...

...for systems where it is not in the standard path (all "normal" *nix
systems do should have it anyway...)
This commit is contained in:
Nils Kneuper 2008-07-14 19:43:17 +00:00
parent 0ce483891c
commit 9a8cdca0f9

View file

@ -2,6 +2,7 @@
include_directories( ${Boost_INCLUDE_DIR} )
include_directories( ${SDL_INCLUDE_DIR} )
include_directories( ${PANGOCAIRO_INCLUDE_DIRS} )
include_directories( ${GETTEXT_INCLUDE_DIR} )
#optional dependencies
if(SDLIMAGE_INCLUDE_DIR)