SHA256
8
0
forked from pool/cpprest
Files
cpprest/cpprest-pthread.patch

12 lines
487 B
Diff
Raw Normal View History

Index: x/Release/tests/common/UnitTestpp/CMakeLists.txt
===================================================================
--- x.orig/Release/tests/common/UnitTestpp/CMakeLists.txt
+++ x/Release/tests/common/UnitTestpp/CMakeLists.txt
@@ -49,4 +49,4 @@ elseif(WIN32)
endif()
add_library(${LIB}unittestpp ${UT_SOURCES})
-target_link_libraries(${LIB}unittestpp ${ANDROID_STL_FLAGS})
\ No newline at end of file
+target_link_libraries(${LIB}unittestpp ${ANDROID_STL_FLAGS} pthread)