mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Include plugins subder in CMakeLists.txt
git-svn-id: http://svn.osgeo.org/qgis/trunk@7731 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
fc0e0f197f
commit
8f6cacba8e
@ -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)
|
||||
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user