This commit is contained in:
TheBrokenRail 2020-01-05 15:14:40 -05:00 committed by GitHub
parent 2e09764d1f
commit bd8c696aaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} \
-mmacosx-version-min=10.10"
)
set(OpenGL_GL_PREFERENCE "GLVND")
find_package(X11 REQUIRED)
find_package(Freetype REQUIRED)