This project demonstrates how complex dependencies can be added. We test:
- google abseil library (
absl
) - optframe framework (
optframe
)
These work for both c++17 (default) and c++20
Install cxxbuild with: pip install cxxbuild
Just type: cxxbuild .
The files CMakeLists.txt
and cxxdeps.txt
will be generated automatically.
Output will be built on build/demo6
MIT License