CMakeList: fix compiling with glibc

This commit is contained in:
Polynomialdivision 2020-12-31 00:00:33 +01:00
parent b639145ce9
commit 8ce09d64de

View file

@ -77,7 +77,7 @@ SET(SOURCES_TEST_HEADER
test/test_header.c)
SET(LIBS
ubox ubus json-c blobmsg_json uci gcrypt iwinfo)
ubox ubus json-c blobmsg_json uci gcrypt iwinfo pthread)
ADD_EXECUTABLE(dawn ${SOURCES})
ADD_EXECUTABLE(test_storage ${SOURCES_TEST_STORAGE})