edited the cmakelist

This commit is contained in:
Ben
2020-05-08 17:43:28 +01:00
parent b961a0b76d
commit e504e9b3a0

View File

@@ -12,7 +12,7 @@
cmake_minimum_required(VERSION 3.7)
project(oclPixelGameEngine) # You can change this with your project name!
project(olcPixelGameEngine)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} CMakeFiles/) # Don't worry what this does, it just gives more compatability options with libraries!
cmake_policy(SET CMP0037 OLD) # This just allows the / charicter in path names