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 e85f262 commit 8b658d6Copy full SHA for 8b658d6
CMakeLists.txt
@@ -51,7 +51,7 @@ if (SQLGEN_USE_VCPKG)
51
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file")
52
endif ()
53
54
-project(sqlgen VERSION 0.4.0 LANGUAGES CXX)
+project(sqlgen VERSION 0.5.0 LANGUAGES CXX)
55
56
if (SQLGEN_BUILD_SHARED)
57
add_library(sqlgen SHARED)
0 commit comments