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:
parent
0ce483891c
commit
9a8cdca0f9
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue