Enable -fPIC for StdOEL common lib

LT1AB
Ryan Burns 2020-05-02 12:45:23 -07:00
parent fec105055c
commit c08f0b55ea
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ add_library(stdoel_static STATIC
src/StdOEL.cpp
src/WriterFactory.cpp
)
set_property(TARGET stdoel_static PROPERTY POSITION_INDEPENDENT_CODE ON)
target_include_directories(stdoel_static PUBLIC include)
Python_add_library(StdOEL MODULE