We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ab3a7f commit 0c7f883Copy full SHA for 0c7f883
paddle/fluid/string/CMakeLists.txt
@@ -1,6 +1,5 @@
1
cc_library(stringpiece SRCS piece.cc)
2
cc_library(pretty_log SRCS pretty_log.cc)
3
-cc_test(test_pretty_log SRCS pretty_log.cc)
4
cc_test(stringpiece_test SRCS piece_test.cc DEPS stringpiece glog gflags)
5
cc_test(stringprintf_test SRCS printf_test.cc DEPS glog gflags)
6
cc_test(to_string_test SRCS to_string_test.cc)
0 commit comments