Skip to content

Commit 32b8dff

Browse files
author
timlinux
committedFeb 7, 2007
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
1 parent 5085300 commit 32b8dff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ ENDIF (WIN32)
179179
# create qgsconfig.h
180180

181181
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/qgsconfig.h.in ${CMAKE_BINARY_DIR}/qgsconfig.h)
182+
INSTALL(FILES ${CMAKE_BINARY_DIR}/qgsconfig.h DESTINATION ${QGIS_INCLUDE_DIR})
182183

183184
INCLUDE_DIRECTORIES(${CMAKE_BINARY_DIR})
184185

0 commit comments

Comments
 (0)
Please sign in to comment.