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
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:
parent
bb4d3c68be
commit
bb339b0317
1
3party/sqlpp11
Submodule
1
3party/sqlpp11
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 7f04435576036fc3f06d929760b5c7623485f069
|
@ -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)
|
||||||
|
1
tests/3party/sqlpp11/sqlpp11_unittest.cpp
Normal file
1
tests/3party/sqlpp11/sqlpp11_unittest.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include <gtest/gtest.h>
|
Loading…
Reference in New Issue
Block a user