Author: ivanovic
Date: Fri Mar 27 11:46:55 2009
New Revision: 34179

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34179&view=rev
Log:
fix the cmake recipe...

Modified:
    trunk/src/CMakeLists.txt

Modified: trunk/src/CMakeLists.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/CMakeLists.txt?rev=34179&r1=34178&r2=34179&view=diff
==============================================================================
--- trunk/src/CMakeLists.txt (original)
+++ trunk/src/CMakeLists.txt Fri Mar 27 11:46:55 2009
@@ -25,6 +25,8 @@
 
 # needed to get include paths in the subfolders correct
 include_directories( ${CMAKE_SOURCE_DIR}/src/ )
+# needed to have the generated config.h used, too
+include_directories( ${CMAKE_CURRENT_BINARY_DIR} )
 
 link_directories(${Boost_LIBRARY_DIRS})
 


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

Reply via email to