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

@ -28,6 +28,7 @@ option(USE_SDL "Enables SDL input handler" OFF)
option(USE_SYSTEM_SDL "Prefer system SDL instead of the builtin one" OFF)
option(USE_SYSTEM_FFMPEG "Prefer system ffmpeg instead of the prebuild one" OFF)
option(USE_SYSTEM_OPENAL "Prefer system OpenAL instead of the prebuild one" ON)
option(USE_SYSTEM_CURL "Prefer system Curl instead of the prebuild one" ON)
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/buildfiles/cmake")