We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e970f6 commit 1d05aa5Copy full SHA for 1d05aa5
CMakeLists.txt
@@ -5,4 +5,4 @@ project(xdiff VERSION "0.1" LANGUAGES C)
5
file(GLOB SRC "*.c" "*.h")
6
list(SORT SRC)
7
8
-add_library(xdiff OBJECT ${SRC})
+add_library(xdiff STATIC ${SRC})
0 commit comments