Skip to content

Commit

Permalink
Add dependabot and meson files to the Visual Studio filters
Browse files Browse the repository at this point in the history
  • Loading branch information
SRombauts committed Aug 16, 2024
1 parent 4f7b667 commit b1e5131
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ if (SQLITECPP_INCLUDE_SCRIPT)
set(SQLITECPP_SCRIPT
.editorconfig
.gitbugtraq
.github/dependabot.yml
.github/workflows/cmake.yml
.github/workflows/cmake_subdir_example.yml
.github/workflows/meson.yml
Expand All @@ -197,10 +198,13 @@ if (SQLITECPP_INCLUDE_SCRIPT)
appveyor.yml
build.bat
build.sh
cpplint.py
Doxyfile
cmake/FindSQLite3.cmake
cmake/SQLiteCppConfig.cmake.in
cpplint.py
Doxyfile
meson.build
meson_options.txt
package.xml
)
source_group(scripts FILES ${SQLITECPP_SCRIPT})
endif()
Expand Down

0 comments on commit b1e5131

Please sign in to comment.