diff --git a/CMakeLists.txt b/CMakeLists.txt index c000026..f66a6f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,4 +5,8 @@ set(SRC aes.c ctr.c eax.c) -add_library(nrf-crypto STATIC ${SRC}) \ No newline at end of file +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") \ No newline at end of file