cmake: fix EGL and add USE_SYSTEM_CURL

This commit is contained in:
oltolm 2024-08-15 20:23:16 +02:00 committed by Elad
parent 042a5481ca
commit 7f30e52fda
4 changed files with 6 additions and 2 deletions

View file

@ -108,7 +108,7 @@ endif()
# OpenGL
find_package(OpenGL REQUIRED)
find_package(OpenGL REQUIRED OPTIONAL_COMPONENTS EGL)
add_library(3rdparty_opengl INTERFACE)
target_include_directories(3rdparty_opengl INTERFACE GL)