We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f33f0 commit bf471b4Copy full SHA for bf471b4
.gitignore
@@ -1,4 +1,4 @@
1
*.user*
2
.scannerwork
3
.idea
4
-+*build*
+*build*
CMakeLists.txt
@@ -42,7 +42,7 @@ if (NOT DEFINED SQLITE_MASTER_PROJECT)
42
endif()
43
44
45
-project(sqlite_functions VERSION 0.1 DESCRIPTION "SQLite3 Functions" HOMEPAGE_URL "https://vxapps.com" LANGUAGES C CXX)
+project(sqlite_functions VERSION 0.3 DESCRIPTION "SQLite3 Functions" HOMEPAGE_URL "https://vxapps.com" LANGUAGES C CXX)
46
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/env.cmake)
47
include(${CMAKE}/checks.cmake)
48
if(SQLITE_MASTER_PROJECT AND CMAKE_BUILD_TYPE STREQUAL Debug)
0 commit comments