mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cmake deps: add -fPIC so they can be integrated in a pm3 shared lib
This commit is contained in:
parent
eafeb47126
commit
9478dbc071
9 changed files with 15 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue