Skip to content

Commit b1e5131

Browse files
committed
Add dependabot and meson files to the Visual Studio filters
1 parent 4f7b667 commit b1e5131

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ if (SQLITECPP_INCLUDE_SCRIPT)
188188
set(SQLITECPP_SCRIPT
189189
.editorconfig
190190
.gitbugtraq
191+
.github/dependabot.yml
191192
.github/workflows/cmake.yml
192193
.github/workflows/cmake_subdir_example.yml
193194
.github/workflows/meson.yml
@@ -197,10 +198,13 @@ if (SQLITECPP_INCLUDE_SCRIPT)
197198
appveyor.yml
198199
build.bat
199200
build.sh
200-
cpplint.py
201-
Doxyfile
202201
cmake/FindSQLite3.cmake
203202
cmake/SQLiteCppConfig.cmake.in
203+
cpplint.py
204+
Doxyfile
205+
meson.build
206+
meson_options.txt
207+
package.xml
204208
)
205209
source_group(scripts FILES ${SQLITECPP_SCRIPT})
206210
endif()

0 commit comments

Comments
 (0)