Skip to content

Commit 986b5fa

Browse files
committed
cmake : allow libcommon to be shared
1 parent c8ac02f commit 986b5fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif()
4343

4444
set(TARGET common)
4545

46-
add_library(${TARGET} STATIC
46+
add_library(${TARGET}
4747
arg.cpp
4848
arg.h
4949
base64.hpp

0 commit comments

Comments
 (0)