From e54b8e58780c7d9f37b06cc4e1dc88badb2129c9 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期二, 18 五月 2021 17:02:21 +0800
Subject: [PATCH] remove sync recv, node cache msgs for sync recv.
---
box/CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/box/CMakeLists.txt b/box/CMakeLists.txt
index 9d9137d..a8aa868 100644
--- a/box/CMakeLists.txt
+++ b/box/CMakeLists.txt
@@ -6,6 +6,7 @@
set(BinTarget ${Target}-bin)
include_directories(../src)
+include_directories(../log)
add_library(${Target} ${lib_sources})
add_executable(${BinTarget} ${exe_sources})
--
Gitblit v1.8.0