Updating gitignore
This commit is contained in:
+2
-1
@@ -9,4 +9,5 @@ out/
|
||||
build/
|
||||
.DS_Store
|
||||
*.json
|
||||
import/models/**/*.ktx
|
||||
import/models/**/*.ktx
|
||||
.cache
|
||||
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user