Skip to content

Commit d1a922b

Browse files
authoredJan 16, 2018
let's build python API for server....
is it just me or it was never built?
1 parent 5bdd6da commit d1a922b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

‎python/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,7 @@ IF (WITH_SERVER AND WITH_SERVER_PLUGINS)
219219

220220
SET(PY_MODULES ${PY_MODULES} server)
221221

222-
FILE(GLOB sip_files_server
223-
server/server.sip
224-
)
222+
FILE(GLOB_RECURSE sip_files_server server/*.sip)
225223
SET(SIP_EXTRA_FILES_DEPEND ${sip_files_core} ${sip_files_server})
226224
SET(SIP_EXTRA_OPTIONS ${PYQT_SIP_FLAGS} -o -a ${CMAKE_BINARY_DIR}/python/qgis.server.api)
227225
GENERATE_SIP_PYTHON_MODULE_CODE(qgis._server server/server.sip cpp_files)

0 commit comments

Comments
 (0)