Skip to content

Commit 0eab33a

Browse files
authored
Merge pull request #12 from diondokter/develop
Add all proper includes
2 parents 36f41cb + c807fec commit 0eab33a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,15 @@ include = [
2020
"wrapper.h",
2121
"*.md",
2222
"third_party/nordic/nrfxlib/nrf_modem/lib/cellular/nrf9160/hard-float/libmodem.a",
23+
"third_party/nordic/nrfxlib/nrf_modem/lib/cellular/nrf9160/hard-float/libmodem_log.a",
2324
"third_party/nordic/nrfxlib/nrf_modem/lib/cellular/nrf9120/hard-float/libmodem.a",
25+
"third_party/nordic/nrfxlib/nrf_modem/lib/cellular/nrf9120/hard-float/libmodem_log.a",
2426
"third_party/nordic/nrfxlib/nrf_modem/include/**",
2527
"third_party/nordic/nrfxlib/nrf_modem/license.txt",
2628
"third_party/nordic/nrfxlib/nrf_modem/README.rst",
2729
"third_party/nordic/nrfxlib/crypto/nrf_cc310_platform/include/**",
2830
"third_party/nordic/nrfxlib/crypto/nrf_cc310_platform/license.txt",
31+
"third_party/nordic/nrfxlib/crypto/nrf_cc310_platform/lib/cortex-m33/hard-float/no-interrupts/libnrf_cc310_platform_0.9.19.a",
2932
"third_party/nordic/nrfxlib/crypto/nrf_cc310_mbedcrypto/include/**",
3033
"third_party/nordic/nrfxlib/crypto/nrf_cc310_mbedcrypto/license.txt",
3134
"third_party/nordic/nrfxlib/crypto/nrf_oberon/lib/cortex-m33/hard-float/**",

0 commit comments

Comments
 (0)