зеркало из https://github.com/microsoft/libuvc.git
add missing pthread link lib for example
This commit is contained in:
Родитель
9e9ae4ec3f
Коммит
77b43d618e
|
@ -115,7 +115,7 @@ endif()
|
|||
|
||||
if(BUILD_EXAMPLE)
|
||||
add_executable(example src/example.c)
|
||||
target_link_libraries(example uvc)
|
||||
target_link_libraries(example uvc pthread)
|
||||
endif()
|
||||
|
||||
if(BUILD_TEST)
|
||||
|
|
Загрузка…
Ссылка в новой задаче