cmake deps: add -fPIC so they can be integrated in a pm3 shared lib
This commit is contained in:
@@ -46,3 +46,4 @@ endif (NOT MINGW)
|
||||
|
||||
target_include_directories(lua INTERFACE liblua)
|
||||
target_compile_options(lua PRIVATE -Wall -Werror -O3)
|
||||
set_property(TARGET lua PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
Reference in New Issue
Block a user