mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
CMakeList: fix compiling with glibc
This commit is contained in:
parent
b639145ce9
commit
8ce09d64de
1 changed files with 1 additions and 1 deletions
|
@ -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})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue