mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
cmake: fix reveng defines, keep them local
This commit is contained in:
parent
0b68f3b81e
commit
c5d2655ebe
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
set_property(SOURCE PROPERTY C_STANDARD 99)
|
set_property(SOURCE PROPERTY C_STANDARD 99)
|
||||||
add_definitions(-DPRESETS)
|
|
||||||
include_directories(reveng)
|
|
||||||
include_directories(.)
|
include_directories(.)
|
||||||
|
|
||||||
add_library(reveng
|
add_library(reveng
|
||||||
|
@ -13,3 +11,4 @@ add_library(reveng
|
||||||
reveng/reveng.c
|
reveng/reveng.c
|
||||||
)
|
)
|
||||||
|
|
||||||
|
target_compile_definitions(reveng PRIVATE PRESETS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue