From b1e5131d3ce7643706b2a5da81758d108c399be7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Fri, 16 Aug 2024 22:10:04 +0200 Subject: [PATCH] Add dependabot and meson files to the Visual Studio filters --- CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8c443217..89cd6432 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 @@ -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()