mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-15 10:19:58 +02:00
Backend abstraction
This commit is contained in:
@@ -7,6 +7,9 @@ else()
|
||||
set(CMAKE_INSTALL_PREFIX "/usr")
|
||||
endif()
|
||||
|
||||
# Backends
|
||||
option(OPT_BACKEND_GLFW "Use the GLFW backend" ON)
|
||||
|
||||
# Compatibility Options
|
||||
option(OPT_OVERRIDE_STD_FILESYSTEM "Use a local version of std::filesystem on systems that don't have it yet" OFF)
|
||||
|
||||
|
Reference in New Issue
Block a user