This is an integration test of ORTools in a Modern CMake C++ Project using the FetchContent module.
This project should run on Linux, Mac and Windows.
Thus the project layout is as follow:
├─ BasicExample
│ ├─ CMakeLists.txt
│ └─ src
│ └─ basic_example.cc
├─ cmake
│ └─ BasicExampleConfig.cmake.in
└─ CMakeLists.txt
To build the C++ project, as usual:
cmake -S. -Bbuild
cmake --build build --config Release -vApache 2. See the LICENSE file for details.
This is not an official Google product, it is just code that happens to be owned by Google.