We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bff98 commit 3d0be93Copy full SHA for 3d0be93
cmake/inference_lib.cmake
@@ -258,6 +258,12 @@ copy(inference_lib_dist
258
copy(inference_lib_dist
259
SRCS ${PADDLE_SOURCE_DIR}/paddle/utils/any.h
260
DSTS ${PADDLE_INFERENCE_INSTALL_DIR}/paddle/include/experimental/utils/)
261
+copy(inference_lib_dist
262
+ SRCS ${PADDLE_SOURCE_DIR}/paddle/utils/optional.h
263
+ DSTS ${PADDLE_INFERENCE_INSTALL_DIR}/paddle/include/experimental/utils/)
264
+ copy(inference_lib_dist
265
+ SRCS ${PADDLE_SOURCE_DIR}/paddle/utils/none.h
266
267
268
SRCS ${PADDLE_SOURCE_DIR}/paddle/extension.h
269
DSTS ${PADDLE_INFERENCE_INSTALL_DIR}/paddle/include/experimental/)
0 commit comments