CMake stuff, add Unix/Win32 ifs, add GLFW source

This commit is contained in:
4VRDriver
2020-09-05 18:26:00 +02:00
parent e16eb06984
commit 79717cfc57
7 changed files with 19 additions and 5 deletions

View File

@@ -4,7 +4,6 @@ project(Fall-Fever)
set(OpenGL_GL_PREFERENCE "GLVND")
find_package(glfw3 3.3 REQUIRED)
find_package(OpenGL REQUIRED)
# Specify the C++ standard