Skip to content

Commit

Permalink
Add DEVICE_LIBRARY dependency to SharedLib. (#1494)
Browse files Browse the repository at this point in the history
  • Loading branch information
uazizTT authored Dec 5, 2024
1 parent 051009b commit 0a172a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/SharedLib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set(TTNN_RUNTIME_LIBS TTRuntime TTRuntimeTTNN TTBinary)

# Dependency libs from tt-metal/ttnn project for ttnn runtime
set(TTNN_LIBS TTMETAL_LIBRARY TTNN_LIBRARY)
set(TTNN_LIBS TTMETAL_LIBRARY DEVICE_LIBRARY TTNN_LIBRARY)
if (TT_RUNTIME_ENABLE_PERF_TRACE)
list(APPEND TTNN_LIBS TRACY_LIBRARY)
endif()
Expand Down

0 comments on commit 0a172a2

Please sign in to comment.