This is an example CMake based project which uses BacPack components. It is a part of BacPack
documentation. It prints content of HTTP GET request for www.example.com domain.
This project can be used as a template for other CMake-based projects.
Full-fledged documentation can be found at bacpack-system.github.io.
- Dependencies built and available in Package Repository. See example usage documentation
- example-context forked
- CMCONF Global Config installed
./example-projectd
mkdir -p _build && cd _build
cmake ../
make -j 8
Example project can be used as a starting point for other projects.
- Choose in which CMCONF System the project will belong to.
- Fork example-context repository.
- Update Config.cmake as stated in example-context/config/README.md.
- Install Config.cmake as stated in example-context/config/README.md.
- Update
CMakeLists.txtas desired for the project needs.