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 Apr 27, 2022
1 parent e346e9f commit 5bb28e2
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 5bb28e2

Please sign in to comment.