Skip to content

Commit

Permalink
fix: TokTok#1144 by forcing misc_tools to be a static lib
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Oct 4, 2022
1 parent 856e4fe commit 39f5c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(misc_tools_SOURCES
misc_tools.c
misc_tools.h)
add_library(misc_tools ${misc_tools_SOURCES})
add_library(misc_tools STATIC ${misc_tools_SOURCES})
target_link_modules(misc_tools toxcore)

################################################################################
Expand Down

0 comments on commit 39f5c24

Please sign in to comment.