mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-18 00:16:39 +08:00
6 lines
173 B
CMake
6 lines
173 B
CMake
target_sources(
|
|
mlx
|
|
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/copy.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/primitives.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/slicing.cpp)
|