parent
4af4883f22
commit
918c1ed1c0
@ -0,0 +1,6 @@
|
||||
# for paddle test case
|
||||
|
||||
if(WITH_TESTING)
|
||||
add_library(paddle_test_main STATIC TestMain.cpp)
|
||||
add_dependencies(paddle_test_main gen_proto_cpp)
|
||||
endif()
|
Loading…
Reference in new issue