CMake stuff, add Unix/Win32 ifs, add GLFW source
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user