Closed vtangTT closed 2 months ago
Overall looks reasonable. Some suggestions
- Augment readme with build instructions for CMake (command-line recipe for impatient people to copy/paste)
- Deprecate the Makefile build flow (it still needs to support BBE, up to you whether it correctly generates the unit tests)
What do you mean by deprecate the makefile build flow? Remove it from the readme and replace it with cmake as the main build system?
What do you mean by deprecate the makefile build flow? Remove it from the readme and replace it with cmake as the main build system?
Pretty much. It still has to be there for BBE, but you could remove it from the readme in favor of CMake instructions (or remark in the readme that it is deprecated / no longer maintained).
Included in PR:
add_subdirectory
For BBE:
make build
andmake test
)