1
0
Fork 0

Add nrf-sdk deps

This commit is contained in:
Shawn Nock 2021-05-04 17:05:31 -04:00
parent bd4be7399d
commit a255fd058d
1 changed files with 5 additions and 1 deletions

View File

@ -6,3 +6,7 @@ set(SRC aes.c
eax.c)
add_library(nrf-crypto STATIC ${SRC})
target_include_directories(nrf-crypto PUBLIC
"${NRF_SDK}/components/softdevice/${SOFTDEVICE_LOWER}/headers"
"${NRF_SDK}/modules/nrfx/mdk"
"${NRF_SDK}/components/toolchain/cmsis/include")