feat add sqlpp11
Some checks failed
rpcrypto-build / build (Debug, hisiv510.toolchain.cmake) (push) Failing after 7s
rpcrypto-build / build (Debug, himix200.toolchain.cmake) (push) Failing after 10s
rpcrypto-build / build (Release, hisiv510.toolchain.cmake) (push) Failing after 8s
rpcrypto-build / build (Release, himix200.toolchain.cmake) (push) Failing after 11s
linux-mips64-gcc / linux-gcc-mips64el (push) Failing after 9s
linux-x64-gcc / linux-gcc (push) Failing after 10s
linux-hisiv500-gcc / linux-gcc-hisiv500 (push) Failing after 15s

This commit is contained in:
tqcq 2024-01-06 20:29:49 +08:00
parent bb4d3c68be
commit bb339b0317
3 changed files with 3 additions and 0 deletions

1
3party/sqlpp11 Submodule

@ -0,0 +1 @@
Subproject commit 7f04435576036fc3f06d929760b5c7623485f069

View File

@ -68,6 +68,7 @@ set(FMT_USE_CPP11 OFF CACHE BOOL "Use C++11" FORCE)
set(FMT_TEST OFF CACHE BOOL "Build tests" FORCE) set(FMT_TEST OFF CACHE BOOL "Build tests" FORCE)
set(FMT_USE_CPP11 OFF CACHE BOOL "Use C++11" FORCE) set(FMT_USE_CPP11 OFF CACHE BOOL "Use C++11" FORCE)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/3party/fmt) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/3party/fmt)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/3party/sqlpp11)
set(JSONCPP_WITH_TESTS OFF) set(JSONCPP_WITH_TESTS OFF)
set(JSONCPP_WITH_POST_BUILD_UNITTEST OFF) set(JSONCPP_WITH_POST_BUILD_UNITTEST OFF)

View File

@ -0,0 +1 @@
#include <gtest/gtest.h>