This templated project is used for creating library projects that may be used.
This template is setup to using C++ modules.
Before proceeding, make sure to have done the getting_started.
As soon the development environment for Conan is setup.
You should be able to build this project with the following commands:
conan atlas build . -s build_type=DebugYour demos will expect the library template to be in conan cache.
Before building demos do:
conan atlas create . -s build_type=Debug
Then to build demos continue with the following commands:
conan atlas build demos -s build_type=Debug
To execute the demo:
./demos/build/Debug/demo