Backend abstraction

This commit is contained in:
AlexandreRouma
2022-01-29 20:35:08 +01:00
parent 3c19081561
commit 9969ce018b
18 changed files with 410 additions and 315 deletions

View File

@@ -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)