Skip to content

Commit

Permalink
[ADD] : activation of NETWORK, VR and GPU Metric by default
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Sep 26, 2023
1 parent bdcc8b0 commit 2ea8f25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ project(${PROJECT} CXX)

option(USE_SDL "Enale SDL instead of GLFW" OFF)
option(USE_PROFILER_TRACY "Enale Tracy Profiler" OFF)
option(USE_GPU_METRIC "Enable Gpu Metrics if available (NVIDIA and WINDOWS only)" OFF)
option(USE_NETWORK "Enable NETWORK (Shader Inport, Versions, Changelog)" OFF)
option(USE_GPU_METRIC "Enable Gpu Metrics if available (NVIDIA and WINDOWS only)" ON)
option(USE_NETWORK "Enable NETWORK (Shader Inport, Versions, Changelog)" ON)
option(USE_STD_FILESYSTEM "Enable std::filesystem use for path and ImGuiFileDialog" ON)
option(USE_PACKAGE_TO_NSIS "Enable packaging to nsis isntaller or zip if false" ON)
option(USE_VR "Enable VR Backend via Openxr" OFF)
option(USE_VR "Enable VR Backend via Openxr" ON)

if (APPLE)
set(USE_VR OFF CACHE BOOL "" FORCE) ## VR not supported on MACOS
Expand Down

0 comments on commit 2ea8f25

Please sign in to comment.