Update CMakeLists.txt

add common on util cmakefile.txt
This commit is contained in:
Alex Duan 2023-09-18 21:09:04 +08:00 committed by GitHub
parent 570ac79a79
commit 88c091e575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ target_link_libraries(
PUBLIC os
PUBLIC lz4_static
PUBLIC api cjson geos_c TSZ
PUBLIC common
)
if(${BUILD_TEST})