From 981ca0fa022524fd04af988bc798f2d697d31548 Mon Sep 17 00:00:00 2001
From: lichao <lichao@aiotlink.com>
Date: 星期三, 19 五月 2021 14:33:10 +0800
Subject: [PATCH] hide .so symbols, avoid 2+ protobuf link conflict.
---
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