mirror of
https://github.com/getml/sqlgen.git
synced 2026-04-25 00:28:32 -05:00
Bump sqlgen version to 0.5.0 (#98)
This commit is contained in:
committed by
GitHub
parent
e85f262f6d
commit
8b658d6137
+1
-1
@@ -51,7 +51,7 @@ if (SQLGEN_USE_VCPKG)
|
||||
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_CURRENT_SOURCE_DIR}/vcpkg/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file")
|
||||
endif ()
|
||||
|
||||
project(sqlgen VERSION 0.4.0 LANGUAGES CXX)
|
||||
project(sqlgen VERSION 0.5.0 LANGUAGES CXX)
|
||||
|
||||
if (SQLGEN_BUILD_SHARED)
|
||||
add_library(sqlgen SHARED)
|
||||
|
||||
Reference in New Issue
Block a user