Skip to content

Migrate to CMake

choucl requested to merge feat/migrate-to-cmake into master

Migrate the project building procedure from Makefile to CMake.

  • Remove Makefile
  • Add CMakeLists.txt
  • Update libbf submodule URL to our GitLab fork repo (Update the CMakeLists.txt of libbf)
  • Add tests directory for unit tests

Merge request reports