Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aliuTT committed Feb 19, 2025
1 parent 47f38ca commit b98107e
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions tt_metal/fabric/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
add_library(fabric)

target_sources(
fabric
PRIVATE
control_plane.cpp
routing_table_generator.cpp
mesh_graph.cpp
set(FABRIC_SRC
${CMAKE_CURRENT_SOURCE_DIR}/control_plane.cpp
${CMAKE_CURRENT_SOURCE_DIR}/routing_table_generator.cpp
${CMAKE_CURRENT_SOURCE_DIR}/mesh_graph.cpp
)

add_library(fabric OBJECT ${FABRIC_SRC})

target_include_directories(fabric PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})

target_link_libraries(
Expand Down

0 comments on commit b98107e

Please sign in to comment.