Add tf_cc_ops in the dependency lists.
Change-Id: Ic491e94d433e0e3ec274cbcf2c15ca343da8cd00
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
endif()
add_library(tf_core_cpu OBJECT ${tf_core_cpu_srcs})
-add_dependencies(tf_core_cpu tf_core_framework tf_python_ops array_ops_gen_python)
-# Added tf_python_ops generating some files first to avoid:
+add_dependencies(tf_core_cpu tf_core_framework tf_python_ops tf_cc_ops)
+# Added tf_python_ops & tf_cc_ops generating some files first to avoid:
# tensorflow/core/grappler/optimizers/data/vectorization/cwise_op_vectorizer.cc:18:10: fatal error: tensorflow/cc/ops/array_ops.h: No such file or directory