I wanted to be able to use ZephyrusBling's functions in other applications so I modified CMakeLists.txt to also export zephyrusbling_common as a static library. I also have a fully working external project prototype using include_subdirectory() with ZephyrusBling as a git submodule. First commit message:
Updated CMakeLists.txt to also build headers as a static library to be imported in other programs
I wanted to be able to use ZephyrusBling's functions in other applications so I modified CMakeLists.txt to also export
zephyrusbling_common
as a static library. I also have a fully working external project prototype usinginclude_subdirectory()
with ZephyrusBling as a git submodule. First commit message: