Bazel Template with OR-Tools integration. If you don't have Bazel installed already, you can download it for free from https://bazel.build/.
Take a look at the WORKSPACE file.
On any *NIX (MacOS, GNU/Linux) platform:
bazel build -c opt //main:template
On Windows when using MSVC 2022+:
bazel build -c opt //main:template
On any *NIX (MacOS, GNU/Linux) platform:
bazel test -c opt --test_output=all //main:test_template
On Windows when using MSVC 2022+:
bazel test -c opt --test_output=all //main:test_template