mirror of
https://github.com/darlinghq/darling-TextEdit.git
synced 2024-11-23 11:59:50 +00:00
Include OpenGL headers
This commit is contained in:
parent
4c64d1983d
commit
2ba12c73b7
@ -1,5 +1,12 @@
|
||||
project(TextEdit)
|
||||
|
||||
set(OpenGL_GL_PREFERENCE "GLVND")
|
||||
find_package(OpenGL REQUIRED)
|
||||
|
||||
include_directories(
|
||||
${OPENGL_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
add_compile_options(
|
||||
-nostdinc
|
||||
-Wmost
|
||||
|
Loading…
Reference in New Issue
Block a user