Merge pull request #7572 from luotao1/fluid_infer
compile and install the shared library of fluid inferencefix-profile-doc-typo
commit
1575c2c825
@ -1,5 +1,10 @@
|
||||
cc_library(stringpiece SRCS piece.cc)
|
||||
cc_test(stringpiece_test SRCS piece_test.cc DEPS stringpiece glog gflags)
|
||||
|
||||
cc_test(stringprintf_test SRCS printf_test.cc DEPS glog gflags)
|
||||
cc_test(to_string_test SRCS to_string_test.cc)
|
||||
|
||||
if(NOT WITH_C_API AND WITH_FLUID)
|
||||
file(GLOB STRING_HEADERS *.h)
|
||||
install(FILES ${STRING_HEADERS} DESTINATION include/paddle/string)
|
||||
install(FILES tinyformat/tinyformat.h DESTINATION include/paddle/string/tinyformat)
|
||||
endif()
|
||||
|
Loading…
Reference in new issue