forked from pool/cpprest
12 lines
487 B
Diff
12 lines
487 B
Diff
|
|
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)
|