Skip to main content
This topic has been closed for replies.

1 reply

Super User
May 1, 2024
Graduate
May 2, 2024

It was a different question and this one is another question.

I have two choices:

1) List all header directories of rfal and ndef into CMake as include directories and list all source files as source list in CMake and then compile it. The project will have lots of source files.

2) Build a static library from rfal source code and ndef source code and link it to my nRF application.

My question is about 2.

Thanks.