From ffa2357f411481af35d3afcd3e9d4dd02057fa33 Mon Sep 17 00:00:00 2001 From: tesuji Date: Mon, 28 Apr 2025 14:43:15 -0700 Subject: [PATCH] common: Ensure libcommon.so is build if BUILD_SHARED_LIBS=ON (#13156) --- common/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 43533fc86abe2..09b6a0ade1311 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -52,7 +52,7 @@ endif() set(TARGET common) -add_library(${TARGET} STATIC +add_library(${TARGET} arg.cpp arg.h base64.hpp