sgtcortez / Pong

The Pong game using Object Oriented Programming and Raylib
0 stars 0 forks source link

Use CMake instead of simple Makefiles #3

Open sgtcortez opened 3 months ago

sgtcortez commented 3 months ago

Use Cmake as the build tool, since we can download raylib then compile it(we can make it portable then).