Masud2017 / cmake-config-sample

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Makefile 84.4%Language:CMake 9.2%Language:HTML 2.5%Language:JavaScript 1.4%Language:CSS 1.0%Language:C 0.8%Language:C++ 0.7%Language:Shell 0.0%