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 7bb12fd commit 5ac9c22Copy full SHA for 5ac9c22
paddle/capi/CMakeLists.txt
@@ -61,7 +61,7 @@ link_paddle_exe(paddle_capi_shared)
61
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${capi_whole_library} DESTINATION lib)
62
install(FILES ${CAPI_HEADER} DESTINATION include/paddle)
63
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/config.h DESTINATION include/paddle)
64
-
+install(TARGETS paddle_capi_shared DESTINATION lib)
65
66
# this variable used for unittest
67
set(PADDLE_CAPI_INC_PATH
0 commit comments