@@ -13,21 +13,21 @@ find_package(GTest)
13
13
include_directories (${GTEST_INCLUDE_DIRS} )
14
14
if (GTEST_FOUND)
15
15
add_executable (ut_apidata ut-apidata.cc)
16
- target_link_libraries (ut_apidata ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc curlpp curl ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} )
16
+ target_link_libraries (ut_apidata ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc curlpp curl ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} ${TF_LIB_DEPS} )
17
17
add_test (
18
18
NAME ut_apidata
19
19
COMMAND ut_apidata
20
20
)
21
21
22
22
add_executable (ut_conn ut-conn.cc)
23
- target_link_libraries (ut_conn ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc curlpp curl ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} )
23
+ target_link_libraries (ut_conn ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc curlpp curl ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} ${TF_LIB_DEPS} )
24
24
add_test (
25
25
NAME ut_conn
26
26
COMMAND ut_conn
27
27
)
28
28
29
29
add_executable (ut_jsonapi ut-jsonapi.cc)
30
- target_link_libraries (ut_jsonapi ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc curlpp curl ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} )
30
+ target_link_libraries (ut_jsonapi ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc curlpp curl ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} ${TF_LIB_DEPS} )
31
31
add_test (
32
32
NAME ut_jsonapi
33
33
COMMAND ut_jsonapi
@@ -40,7 +40,7 @@ if (GTEST_FOUND)
40
40
target_link_libraries (test_server boost_thread cppnetlib-uri cppnetlib-client-connections boost_system crypto ssl)
41
41
42
42
add_executable (ut_caffe_mlp ut-caffe-mlp.cc)
43
- target_link_libraries (ut_caffe_mlp ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc curlpp curl ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} )
43
+ target_link_libraries (ut_caffe_mlp ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc curlpp curl ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} ${TF_LIB_DEPS} )
44
44
add_test (
45
45
NAME ut_caffe_mlp
46
46
COMMAND ut_caffe_mlp
@@ -99,14 +99,14 @@ if (GTEST_FOUND)
99
99
endif ()
100
100
101
101
add_executable (ut_caffeapi ut-caffeapi.cc)
102
- target_link_libraries (ut_caffeapi ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc curlpp curl ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} )
102
+ target_link_libraries (ut_caffeapi ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc curlpp curl ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} ${TF_LIB_DEPS} )
103
103
add_test (
104
104
NAME ut_caffeapi
105
105
COMMAND ut_caffeapi
106
106
)
107
107
108
108
add_executable (ut_httpapi ut-httpapi.cc)
109
- target_link_libraries (ut_httpapi ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} cppnetlib-uri curlpp curl crypto ssl)
109
+ target_link_libraries (ut_httpapi ddetect glog gflags gtest gtest_main opencv_core opencv_highgui opencv_imgproc ${Boost_LIBRARIES} ${CAFFE_LIB_DEPS} ${TF_LIB_DEPS} cppnetlib-uri curlpp curl crypto ssl)
110
110
add_test (
111
111
NAME ut_httpapi
112
112
COMMAND ut_httpapi
0 commit comments