We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8738960 commit e1c38b4Copy full SHA for e1c38b4
testing/CMakeLists.txt
@@ -2,7 +2,7 @@
2
set(misc_tools_SOURCES
3
misc_tools.c
4
misc_tools.h)
5
-add_library(misc_tools ${misc_tools_SOURCES})
+add_library(misc_tools STATIC ${misc_tools_SOURCES})
6
target_link_modules(misc_tools toxcore)
7
8
################################################################################
0 commit comments