Author: ivanovic
Date: Mon Jul 14 21:43:17 2008
New Revision: 28033

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28033&view=rev
Log:
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...)

Modified:
    trunk/src/CMakeLists.txt

Modified: trunk/src/CMakeLists.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/CMakeLists.txt?rev=28033&r1=28032&r2=28033&view=diff
==============================================================================
--- trunk/src/CMakeLists.txt (original)
+++ trunk/src/CMakeLists.txt Mon Jul 14 21:43:17 2008
@@ -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)


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to