Add nrf-sdk deps
This commit is contained in:
parent
bd4be7399d
commit
a255fd058d
|
@ -5,4 +5,8 @@ set(SRC aes.c
|
||||||
ctr.c
|
ctr.c
|
||||||
eax.c)
|
eax.c)
|
||||||
|
|
||||||
add_library(nrf-crypto STATIC ${SRC})
|
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")
|
Loading…
Reference in New Issue