Alexander Epaneshnikov 8 months ago
parent
commit
35a61e99a6
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/ucd-tools/CMakeLists.txt

+ 3
- 0
src/ucd-tools/CMakeLists.txt View File

@@ -6,4 +6,7 @@ add_library(ucd STATIC
src/scripts.c
src/tostring.c
)
# enable PIC in order to embed libucd.a in a .so
set_property(TARGET ucd PROPERTY POSITION_INDEPENDENT_CODE ON)

target_include_directories(ucd PUBLIC src/include)

Loading…
Cancel
Save