From 88c091e5757698f9f4d47e4416d3e0363560c1a7 Mon Sep 17 00:00:00 2001 From: Alex Duan <51781608+DuanKuanJun@users.noreply.github.com> Date: Mon, 18 Sep 2023 21:09:04 +0800 Subject: [PATCH] Update CMakeLists.txt add common on util cmakefile.txt --- source/util/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/source/util/CMakeLists.txt b/source/util/CMakeLists.txt index 3008a347ad..e6c2a9fd37 100644 --- a/source/util/CMakeLists.txt +++ b/source/util/CMakeLists.txt @@ -25,6 +25,7 @@ target_link_libraries( PUBLIC os PUBLIC lz4_static PUBLIC api cjson geos_c TSZ + PUBLIC common ) if(${BUILD_TEST})