Install qgsconfig.h to includes dir too since apps using libqgis need it when compiling...

git-svn-id: http://svn.osgeo.org/qgis/trunk@6548 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2007-02-07 16:18:05 +00:00
parent 508530000c
commit 32b8dff107

View File

@ -179,6 +179,7 @@ ENDIF (WIN32)
# create qgsconfig.h
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/qgsconfig.h.in ${CMAKE_BINARY_DIR}/qgsconfig.h)
INSTALL(FILES ${CMAKE_BINARY_DIR}/qgsconfig.h DESTINATION ${QGIS_INCLUDE_DIR})
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})