Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.44 KB

File metadata and controls

43 lines (29 loc) · 1.44 KB

Example Project

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.

Requirements

Run

./example-projectd

Build

mkdir -p _build && cd _build
cmake ../
make -j 8

Using this Project as a template

Example project can be used as a starting point for other projects.

  1. Choose in which CMCONF System the project will belong to.
  2. Fork example-context repository.
  3. Update Config.cmake as stated in example-context/config/README.md.
  4. Install Config.cmake as stated in example-context/config/README.md.
  5. Update CMakeLists.txt as desired for the project needs.