aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cmake/tf_tools.cmake
diff options
context:
space:
mode:
authorGravatar Vinu Rajashekhar <vinuraja@google.com>2016-10-26 11:50:40 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-10-26 13:05:25 -0700
commitd56abb8413d0c7512f1c68e6eab9f3e067da1c9e (patch)
treebaee82d3097c5d4443ae003cbcb6a91c65389be0 /tensorflow/contrib/cmake/tf_tools.cmake
parent932a3046b4d6617a98594607a8a5d9fdc4ca0e15 (diff)
Adds support for collecting values from the distribution monitoring API.
Change: 137307610
Diffstat (limited to 'tensorflow/contrib/cmake/tf_tools.cmake')
-rw-r--r--tensorflow/contrib/cmake/tf_tools.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/tensorflow/contrib/cmake/tf_tools.cmake b/tensorflow/contrib/cmake/tf_tools.cmake
index 91776fd5c8..4b3b93f890 100644
--- a/tensorflow/contrib/cmake/tf_tools.cmake
+++ b/tensorflow/contrib/cmake/tf_tools.cmake
@@ -13,7 +13,10 @@ add_executable(${proto_text}
$<TARGET_OBJECTS:tf_core_lib>
)
-target_link_libraries(${proto_text} PUBLIC ${tensorflow_EXTERNAL_LIBRARIES})
+target_link_libraries(${proto_text} PUBLIC
+ ${tensorflow_EXTERNAL_LIBRARIES}
+ tf_protos_cc
+)
add_dependencies(${proto_text}
tf_core_lib