Skip to content

Commit

Permalink
Support building qgis_analysis as SHARED or STATIC library. (Required…
Browse files Browse the repository at this point in the history
… for iOS build)
  • Loading branch information
OlivierLDff authored and nyalldawson committed Nov 7, 2020
1 parent 9e02078 commit c1df39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/CMakeLists.txt
Expand Up @@ -456,7 +456,7 @@ ENDIF(HAVE_OPENCL)
#############################################################
# qgis_analysis library

ADD_LIBRARY(qgis_analysis SHARED ${QGIS_ANALYSIS_SRCS} ${QGIS_ANALYSIS_HDRS})
ADD_LIBRARY(qgis_analysis ${LIBRARY_TYPE} ${QGIS_ANALYSIS_SRCS} ${QGIS_ANALYSIS_HDRS})

GENERATE_EXPORT_HEADER(
qgis_analysis
Expand Down

0 comments on commit c1df39f

Please sign in to comment.