Simple CMake Setup for RayLib
This is a barebone CMake setup for building a C++ project that uses RayLib. NOTE: Be sure that the RAYLIB_DIR variable in the CMake points to where your RayLib root directory is (this will be where RayLib’s CMakeLists.txt exists). A small main.cpp to go along with the CMake above that will create a window using … Read more