fat update
All checks were successful
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 5m3s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 6m32s

This commit is contained in:
tqcq 2024-03-13 23:14:06 +08:00
parent 016eadb3d9
commit 6b2bade8b4
2 changed files with 3 additions and 6 deletions

View File

@ -32,7 +32,8 @@ if (SLED_LOCATION_PATH)
target_compile_definitions(sled PRIVATE __SLED_LOCATION_PATH="${SLED_LOCATION_PATH}")
endif()
# add_subdirectory(3party/eigen EXCLUDE_FROM_ALL)
target_include_directories(sled PUBLIC 3party/eigen 3party/inja)
target_include_directories(sled
PUBLIC 3party/eigen 3party/inja include)
target_sources(
sled
PRIVATE
@ -69,11 +70,6 @@ target_sources(
# set(BUILD_WITH_STATIC_RUNTIME_LIBS ON) set(BUILD_WITH_DOCUMENTATION OFF)
# add_subdirectory(3party/rttr EXCLUDE_FROM_ALL)
target_include_directories(
sled
PUBLIC include
PRIVATE src)
target_link_libraries(sled PUBLIC rpc_core fmt marl protobuf::libprotobuf)
if(SLED_BUILD_BENCHMARK)

View File

@ -10,6 +10,7 @@
#include "sled/ref_count.h"
#include "sled/ref_counter.h"
#include <memory>
namespace sled {