mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 16:14:59 +08: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)
|
||||
add_definitions(-DPRESETS)
|
||||
include_directories(reveng)
|
||||
include_directories(.)
|
||||
|
||||
add_library(reveng
|
||||
|
@ -13,3 +11,4 @@ add_library(reveng
|
|||
reveng/reveng.c
|
||||
)
|
||||
|
||||
target_compile_definitions(reveng PRIVATE PRESETS)
|
||||
|
|
Loading…
Reference in a new issue