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.
---
utest/CMakeLists.txt | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/utest/CMakeLists.txt b/utest/CMakeLists.txt
index 4992516..cbe5be7 100644
--- a/utest/CMakeLists.txt
+++ b/utest/CMakeLists.txt
@@ -1,6 +1,7 @@
FILE(GLOB sources "./*.cpp")
+include_directories(../log)
include_directories(../src)
add_executable(utest ${sources})
--
Gitblit v1.8.0