|
|
|
@ -5,6 +5,6 @@ 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/memory)
|
|
|
|
|
install(FILES tinyformat/tinyformat.h DESTINATION include/paddle/memory/tinyformat)
|
|
|
|
|
install(FILES ${STRING_HEADERS} DESTINATION include/paddle/string)
|
|
|
|
|
install(FILES tinyformat/tinyformat.h DESTINATION include/paddle/string/tinyformat)
|
|
|
|
|
endif()
|
|
|
|
|