mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
cmake: mbedtls keep includes local
This commit is contained in:
parent
1ccd764837
commit
b5ce5c1d99
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,4 @@
|
|||
set_property(SOURCE PROPERTY C_STANDARD 99)
|
||||
include_directories(../../common)
|
||||
|
||||
add_library(mbedtls
|
||||
../../common/mbedtls/aes.c
|
||||
|
@ -46,3 +45,5 @@ add_library(mbedtls
|
|||
../../common/mbedtls/x509_crl.c
|
||||
../../common/mbedtls/x509_crt.c
|
||||
)
|
||||
|
||||
target_include_directories(mbedtls PRIVATE ../../common)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue