Skip to content

Commit

Permalink
[skip ci] #14001: Add an ALIAS target for consuming TTNN (#14965)
Browse files Browse the repository at this point in the history
### Ticket
#14371 

### Problem description
tt-train is joining the mono repo party; it should have a proper
namespace'd target to consume

### What's changed
New ALIAS target for TTNN with a namespace.
  • Loading branch information
afuller-TT authored Nov 12, 2024
1 parent 4f13f04 commit d1d3944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ttnn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,7 @@ if(WITH_PYTHON_BINDINGS)
endif()

add_library(ttnn SHARED ${TTNN_FINAL_SRC})
add_library(Metalium::TTNN ALIAS ttnn)
target_compile_options(
ttnn
PUBLIC
Expand Down

0 comments on commit d1d3944

Please sign in to comment.