-
To install packages using conan 2.0 run
conan install . --output-folder=build --build=missingfrom the root directory -
to build the program:
cd buildcmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release
cmake --build .
- to Run the program and see rendered output:
./tinyraytracer