mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -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
|
@ -9,3 +9,4 @@ target_include_directories(cliparser PRIVATE
|
|||
../src)
|
||||
target_include_directories(cliparser INTERFACE cliparser)
|
||||
target_compile_options(cliparser PRIVATE -Wall -Werror -O3)
|
||||
set_property(TARGET cliparser PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue