Skip to content

Commit 743be62

Browse files
committed
Update LunaSVG to v3.1.0
1 parent 7479a0d commit 743be62

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

external/lunasvg

Submodule lunasvg updated 93 files

sources/utils-image/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ FILE ( GLOB_RECURSE utils_image_SOURCES "${CURRENT_HEADER_DIR}/*.h" "${CURRENT_S
77

88
if (USE_SHARED_LIBS)
99
add_library(utils-image SHARED ${utils_image_SOURCES})
10+
11+
set_property(TARGET utils-image PROPERTY POSITION_INDEPENDENT_CODE ON)
12+
1013
if(WIN32)
1114
target_compile_definitions(utils-image
1215
INTERFACE

0 commit comments

Comments
 (0)