Skip to content

or-tools/cmake_or-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github-CI:
Build Status Build Status Build Status
Build Status

Build Status

Introduction

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.

Project directory layout

Thus the project layout is as follow:

├─ BasicExample
│  ├─ CMakeLists.txt
│  └─ src
│     └─ basic_example.cc
├─ cmake
│  └─ BasicExampleConfig.cmake.in
└─ CMakeLists.txt

C++ Project Build

To build the C++ project, as usual:

cmake -S. -Bbuild
cmake --build build --config Release -v

License

Apache 2. See the LICENSE file for details.

Disclaimer

This is not an official Google product, it is just code that happens to be owned by Google.

About

Modern CMake C++ Sample using google/or-tools

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •