mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
cmake: fix jansson defines, keep them local
This commit is contained in:
parent
0fc5c41a49
commit
b7fb3b0746
3 changed files with 2 additions and 4 deletions
|
@ -1,6 +1,4 @@
|
|||
set_property(SOURCE PROPERTY C_STANDARD 99)
|
||||
add_definitions(-DHAVE_STDINT_H)
|
||||
include_directories(jansson)
|
||||
|
||||
add_library(jansson
|
||||
jansson/dump.c
|
||||
|
@ -16,3 +14,5 @@ add_library(jansson
|
|||
jansson/path.c
|
||||
jansson/value.c
|
||||
)
|
||||
|
||||
target_compile_definitions(jansson PRIVATE HAVE_STDINT_H)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue