quick save before the main.cpp refactor

This commit is contained in:
MitchellHansen
2017-09-23 13:05:50 -07:00
parent 0b42481020
commit 8c193acd40
8 changed files with 133 additions and 74 deletions

View File

@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.1)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
# Set the project name
set(PNAME Game)
set(PNAME VoxelRaycaster)
project(${PNAME})
# Set up variables, and find SFML