mirror of
https://github.com/ml-explore/mlx.git
synced 2025-08-06 03:26:45 +08:00
7 lines
224 B
CMake
7 lines
224 B
CMake
target_sources(
|
|
mlx
|
|
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/allocator.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/event.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/metal.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/primitives.cpp)
|