README: This repository includes some example modern CMake configurations which I have picked up when exploring it's usage for various projects. The examples are laid out in a tutorial li…
GitHub 项目简介: Useful CMake Examples
README: Docker containers with all requirements and various versions of CMake are generated to help make testing the examples easier. These are available from the docker hub repository li…
README: The basic requirements for most examples are: * CMake v3.5+ * A c++ compiler (defaults to gcc) * make
README: Some specific examples may require other tools including: * http://www.boost.org/[boost] $ sudo apt-get install libboost-all-dev * https://github.com/google/protobuf[protobuf] $ s…