mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Consolidate redundant gl.h headers
This commit is contained in:
parent
58b4346895
commit
7a5b862fd0
@ -7,4 +7,4 @@ sfml_add_example(X11Example GUI_APP
|
|||||||
DEPENDS SFML::Window X11)
|
DEPENDS SFML::Window X11)
|
||||||
|
|
||||||
# external dependency headers
|
# external dependency headers
|
||||||
target_include_directories(X11Example SYSTEM PRIVATE ${PROJECT_SOURCE_DIR}/examples/X11)
|
target_include_directories(X11Example SYSTEM PRIVATE ${PROJECT_SOURCE_DIR}/examples/include)
|
||||||
|
@ -16,4 +16,4 @@ sfml_add_example(opengl GUI_APP
|
|||||||
RESOURCES_DIR resources)
|
RESOURCES_DIR resources)
|
||||||
|
|
||||||
# external dependency headers
|
# external dependency headers
|
||||||
target_include_directories(opengl SYSTEM PRIVATE ${PROJECT_SOURCE_DIR}/examples/opengl)
|
target_include_directories(opengl SYSTEM PRIVATE ${PROJECT_SOURCE_DIR}/examples/include)
|
||||||
|
7837
examples/opengl/gl.h
7837
examples/opengl/gl.h
File diff suppressed because it is too large
Load Diff
@ -7,4 +7,4 @@ sfml_add_example(window GUI_APP
|
|||||||
DEPENDS SFML::Window)
|
DEPENDS SFML::Window)
|
||||||
|
|
||||||
# external dependency headers
|
# external dependency headers
|
||||||
target_include_directories(window SYSTEM PRIVATE ${PROJECT_SOURCE_DIR}/examples/window)
|
target_include_directories(window SYSTEM PRIVATE ${PROJECT_SOURCE_DIR}/examples/include)
|
||||||
|
7837
examples/window/gl.h
7837
examples/window/gl.h
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user