Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick committed Sep 13, 2024
1 parent d5d9f0b commit 69fe76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ option(USE_PROFILER_TRACY "Enale Tracy Profiler" OFF)
option(USE_SDL "Enale SDL instead of GLFW (Not fully tested btw)" OFF)
option(USE_NETWORK "Enable NETWORK (Shader Inport, Versions, Changelog)" ON)
option(BUILD_X32 "Enable the 32 bit version of NoodlesPlate (default is X64)" OFF)
option(USE_PACKAGE_TO_NSIS "Enable packaging to nsis isntaller or zip if false" ON)
option(USE_PACKAGE_TO_NSIS "Enable packaging to nsis isntaller or zip if false" OFF)
option(USE_STD_FILESYSTEM "Enable std::filesystem use for path and ImGuiFileDialog" ON)

if (WIN32)
Expand Down

0 comments on commit 69fe76c

Please sign in to comment.