For example, I'd like to add library at_cmd_parser to my project. (It's under /ncs/nrf/lib/at_cmd_parser.)
My project is out-of-tree in its own directory. I tried in CMakeLists to use: add_subdirectory(), include(), or add_library(). None of these works.
What is the right way to do it? Other than directly copy those C files into my project?
Thanks!