Skip to content

Commit

Permalink
Install export core library to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
frostming committed Apr 27, 2022
1 parent e346e9f commit b7ee04e
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 b7ee04e

Please sign in to comment.