Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Install qgsconfig.h to includes dir too since apps using libqgis need…
… it when compiling...

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6548 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 7, 2007
1 parent cabde15 commit 69e2205
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -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})

Expand Down

0 comments on commit 69e2205

Please sign in to comment.