We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7b667 commit b1e5131Copy full SHA for b1e5131
1 file changed
CMakeLists.txt
@@ -188,6 +188,7 @@ if (SQLITECPP_INCLUDE_SCRIPT)
188
set(SQLITECPP_SCRIPT
189
.editorconfig
190
.gitbugtraq
191
+ .github/dependabot.yml
192
.github/workflows/cmake.yml
193
.github/workflows/cmake_subdir_example.yml
194
.github/workflows/meson.yml
@@ -197,10 +198,13 @@ if (SQLITECPP_INCLUDE_SCRIPT)
197
198
appveyor.yml
199
build.bat
200
build.sh
- cpplint.py
201
- Doxyfile
202
cmake/FindSQLite3.cmake
203
cmake/SQLiteCppConfig.cmake.in
+ cpplint.py
204
+ Doxyfile
205
+ meson.build
206
+ meson_options.txt
207
+ package.xml
208
)
209
source_group(scripts FILES ${SQLITECPP_SCRIPT})
210
endif()
0 commit comments