Updating gitignore

This commit is contained in:
2025-07-08 20:32:39 +02:00
parent a01306b73c
commit 0c7b92b176
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
endif()
set(CMAKE_CXX_STANDARD 23)
set(VCPKG_INSTALL_OPTIONS "--allow-unsupported")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/external/Seele/external/vcpkg/scripts/buildsystems/vcpkg.cmake)