diff --git a/.gitignore b/.gitignore index d48a680..b4cae0b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ out/ build/ .DS_Store *.json -import/models/**/*.ktx \ No newline at end of file +import/models/**/*.ktx +.cache \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index d4c6bf5..f9a0af8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)