CMakeLists.txt 163 字节
Newer Older
H
hedaoyuan 已提交
1 2 3
# for paddle test case

if(WITH_TESTING)
4
  cc_library(paddle_gtest_main SRCS paddle_gtest_main.cc DEPS init device_context memory gtest gflags proto_desc)
H
hedaoyuan 已提交
5
endif()