Skip to content

Commit eed6b84

Browse files
committed
refactor(wholegraph): shared library, not static
1 parent 7ea78de commit eed6b84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ file(
132132
"src/graph_ops/*.cpp"
133133
)
134134

135-
add_library(wholegraph)
135+
add_library(wholegraph SHARED)
136136
add_library(wholegraph::wholegraph ALIAS wholegraph)
137137

138138
target_sources(wholegraph PRIVATE ${WHOLEGRAPH_SOURCES})

0 commit comments

Comments
 (0)