2016-10-30 15:44:52 +00:00
|
|
|
Index: cpprestsdk-2.9.0/Release/tests/common/UnitTestpp/CMakeLists.txt
|
2015-06-24 10:05:05 +00:00
|
|
|
===================================================================
|
2016-10-30 15:44:52 +00:00
|
|
|
--- cpprestsdk-2.9.0.orig/Release/tests/common/UnitTestpp/CMakeLists.txt
|
|
|
|
|
+++ cpprestsdk-2.9.0/Release/tests/common/UnitTestpp/CMakeLists.txt
|
2015-06-24 10:05:05 +00:00
|
|
|
@@ -49,4 +49,4 @@ elseif(WIN32)
|
2015-12-02 15:20:41 +00:00
|
|
|
endif()
|
|
|
|
|
|
2016-10-30 15:44:52 +00:00
|
|
|
add_library(unittestpp ${UT_SOURCES})
|
|
|
|
|
-target_link_libraries(unittestpp ${ANDROID_STL_FLAGS})
|
2015-06-24 10:05:05 +00:00
|
|
|
\ No newline at end of file
|
2016-10-30 15:44:52 +00:00
|
|
|
+target_link_libraries(unittestpp ${ANDROID_STL_FLAGS} pthread)
|