Skip to content

Commit

Permalink
[build] Install export core library to build dir (#4866)
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming authored and turbo0628 committed May 17, 2022
1 parent 1bf9ed8 commit 4f191e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/TaichiExportCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ set(TAICHI_EXPORT_CORE_NAME taichi_export_core)

add_library(${TAICHI_EXPORT_CORE_NAME} SHARED)
target_link_libraries(${TAICHI_EXPORT_CORE_NAME} taichi_isolated_core)
install(TARGETS ${TAICHI_EXPORT_CORE_NAME} DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/build)

0 comments on commit 4f191e4

Please sign in to comment.