mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-15 00:07:25 -05:00
parent
f4005f7e5f
commit
5166fc7a51
@ -442,6 +442,9 @@ foreach(module ${PY_MODULES})
|
||||
endforeach(pyfile)
|
||||
PY_COMPILE(py${module} "${QGIS_PYTHON_OUTPUT_DIRECTORY}/${module}")
|
||||
|
||||
# install class map file
|
||||
install(FILES ${BINDING_FILES_ROOT_DIR}/${module}/class_map.yaml DESTINATION "${QGIS_PYTHON_DIR}/${module}")
|
||||
|
||||
# install source sip files
|
||||
if(SIP_GLOBAL_INSTALL)
|
||||
file(GLOB sip_files ${CMAKE_CURRENT_BINARY_DIR}/${module}/*.sip)
|
||||
@ -450,5 +453,3 @@ foreach(module ${PY_MODULES})
|
||||
endif()
|
||||
endforeach(module)
|
||||
|
||||
# install sipify config
|
||||
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/sipify.yaml DESTINATION "${QGIS_PYTHON_DIR}")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user