/cmake-config-sample

This is a cmake sample project that I have created for my own need as a reference.

Primary LanguageMakefile

How to build

You need to have a linux machine

Type these commands

cmake -S . -B build
cd build
make -j2
./GraphicsRenderer

If everything works well then you will get a window like below

Something went wrong

This project is just a sample cmake project. The sole purpose of this project is nothing but to remnid me how to configure a project in cmake.