From 4d42e04179be9f7757631d8de871e8cad2a48142 Mon Sep 17 00:00:00 2001 From: bluesky Date: Thu, 2 Nov 2023 18:34:00 +0800 Subject: [PATCH] fix: cmake ut missing include Log: --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3cc0ea00d6..1a50356193 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -306,6 +306,10 @@ if (UNITTEST) "tests/interface/*.cpp" ) + set(Interface_Includes + include/interface + ) + add_executable(${UT_Interface_Name} ${Interface_SRCS} ${UT_Interface_SRCS}