Skip to content

Commit

Permalink
[bug] Fix missing taichi_common symbol in gfx_runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Ailing Zhang committed Oct 8, 2023
1 parent 6b563a2 commit 77d5a50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions taichi/runtime/gfx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ target_include_directories(gfx_runtime
${PROJECT_SOURCE_DIR}/external/spdlog/include
${LLVM_INCLUDE_DIRS}
)
target_link_libraries(gfx_runtime PRIVATE taichi_common)

0 comments on commit 77d5a50

Please sign in to comment.