Skip to content

Commit

Permalink
Include plugins subder in CMakeLists.txt
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7731 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Dec 7, 2007
1 parent 3dd0e43 commit 126f806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/CMakeLists.txt
@@ -1,3 +1,4 @@
SUBDIRS(plugins)
IF (WIN32)
SET(BINDINGS_CORE_LIB ${CMAKE_CURRENT_BINARY_DIR}/core/core.pyd)
SET(BINDINGS_GUI_LIB ${CMAKE_CURRENT_BINARY_DIR}/gui/gui.pyd)
Expand Down Expand Up @@ -98,3 +99,4 @@ ENDIF (BINDINGS_GLOBAL_INSTALL)

# Step 4: install built libs to python's site packages
INSTALL(FILES __init__.py ${CMAKE_CURRENT_BINARY_DIR}/qgisconfig.py ${BINDINGS_LIBS} DESTINATION ${SITE_PKG_PATH}/qgis)

0 comments on commit 126f806

Please sign in to comment.