Linux workflow
mkdir build && cd build
conan install -b missing -s compiler.libcxx=libstdc++11 ..
cmake ..
make
ctest -V
- cmake -
CMake
modules - docs - documentation
- examples - code examples
- external - dependencies
- scripts - scripts and tools
- src - sources and unit tests
- tests - integration tests
- CMake
- Git
- Python
- GoogleTest
- Valgrind (optional)
- Clang-Tidy (optional)
- Clang-Format (optional)
- Doxygen (optional)
- Graphviz (optional)
- PlantUML (optional)
- Linux
- Windows
- macOS
- GCC 8
- Clang 7
- MSVC 19.20
- Apple Clang 10.0.1