Add nrf-sdk deps
This commit is contained in:
parent
bd4be7399d
commit
a255fd058d
|
@ -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")
|
Loading…
Reference in New Issue