[QGIS Commit] r11091 - branches/symbology-ng-branch/src/plugins/labeling

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu Jul 16 05:36:52 EDT 2009


Author: wonder
Date: 2009-07-16 05:36:52 -0400 (Thu, 16 Jul 2009)
New Revision: 11091

Modified:
   branches/symbology-ng-branch/src/plugins/labeling/CMakeLists.txt
Log:
Added GEOS_INCLUDE_DIR to the plugin's include dirs to enable compilation with non-standard geos path.


Modified: branches/symbology-ng-branch/src/plugins/labeling/CMakeLists.txt
===================================================================
--- branches/symbology-ng-branch/src/plugins/labeling/CMakeLists.txt	2009-07-15 14:08:26 UTC (rev 11090)
+++ branches/symbology-ng-branch/src/plugins/labeling/CMakeLists.txt	2009-07-16 09:36:52 UTC (rev 11091)
@@ -33,10 +33,11 @@
 
 INCLUDE_DIRECTORIES(
      ${CMAKE_CURRENT_BINARY_DIR}
-     ../../core ../../core/raster ../../core/renderer ../../core/symbology
+     ../../core ../../core/pal ../../core/raster ../../core/renderer ../../core/symbology
      ../../gui
      ..
      .
+     ${GEOS_INCLUDE_DIR}
 )
 
 TARGET_LINK_LIBRARIES(labelingplugin



More information about the QGIS-commit mailing list