Skip to content

Commit 1d05aa5

Browse files
Build static libxdiff.a
1 parent 4e970f6 commit 1d05aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ project(xdiff VERSION "0.1" LANGUAGES C)
55
file(GLOB SRC "*.c" "*.h")
66
list(SORT SRC)
77

8-
add_library(xdiff OBJECT ${SRC})
8+
add_library(xdiff STATIC ${SRC})

0 commit comments

Comments
 (0)