Skip to content

Commit 1683216

Browse files
committed
change to shared library
1 parent 4e50d14 commit 1683216

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ set(CMAKE_CXX_STANDARD 20)
1313

1414
set(CMAKE_C_FLAGS "-O3 -march=native")
1515

16-
add_library(binsparse-rc STATIC)
16+
add_library(binsparse-rc SHARED)
1717

1818
add_subdirectory(include)
1919
add_subdirectory(src)

0 commit comments

Comments
 (0)