feat remove rxcpp
Some checks failed
linux-arm-gcc / linux-gcc-armhf (push) Failing after 1m43s
linux-x64-gcc / linux-gcc (Debug) (push) Failing after 1m59s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Failing after 2m1s
linux-x64-gcc / linux-gcc (Release) (push) Failing after 2m1s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Failing after 2m12s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Failing after 2m33s

This commit is contained in:
tqcq 2024-05-17 17:45:39 +08:00
parent 4c34848075
commit f21a6d2235
2 changed files with 2 additions and 3 deletions

View File

@ -57,7 +57,7 @@ if(SLED_LOCATION_PATH)
sled PRIVATE __SLED_LOCATION_PATH="${SLED_LOCATION_PATH}")
endif()
# add_subdirectory(3party/eigen EXCLUDE_FROM_ALL)
target_include_directories(sled PUBLIC src/ 3party/eigen 3party/rxcpp
target_include_directories(sled PUBLIC src/ 3party/eigen
3party/nlohammn 3party/toml11)
target_sources(
sled

View File

@ -3,8 +3,6 @@
#define SLED_SLED_H
// thrid_party
#include <asio.hpp>
#include "rx.h"
#include "sled/nonstd/cxxopts.h"
#include "sled/nonstd/expected.h"
#include "sled/nonstd/fsm.h"
@ -12,6 +10,7 @@
#include "sled/nonstd/pugixml/pugixml.hpp"
#include "sled/nonstd/string_view.h"
#include "toml.hpp"
#include <asio.hpp>
#include "sled/cache/cache.h"