jamiltron / ray-starter

A skeleton of a raylib project with Cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ray-Starter

A basic skeleton of a project using Cmake to find raylib.

Note that I vendor raylib in here directly just for my ease of use. This is currently the 3.5 version built from source. If you want to supply your own version update it here, or add references in the FindRAYLIB.cmake file.

Building

mkdir build; cd build; cmake ..

If you're using Visual Studio you'll probably need to right-click on your project solution and set the working directory to wherever your exe gets output to. I need to figure out how to set that with CMake.

Dependencies

The below dependencies are used in the project or are the dependencies of dependencies, I have tried to link their licenses or repos below

About

A skeleton of a raylib project with Cmake

License:Other


Languages

Language:C 97.6%Language:CMake 2.4%