mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
hardnested compilation reorganized to be similar with cmake approach
This commit is contained in:
parent
26c28c188a
commit
c2ff11f321
5 changed files with 102 additions and 75 deletions
|
@ -109,5 +109,11 @@ else ()
|
|||
endif ()
|
||||
|
||||
add_library(hardnested STATIC
|
||||
hardnested/hardnested_bruteforce.c
|
||||
$<TARGET_OBJECTS:hardnested_nosimd>
|
||||
${SIMD_TARGETS})
|
||||
target_include_directories(hardnested PRIVATE
|
||||
../../common
|
||||
../../include
|
||||
../src
|
||||
jansson)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue