spelling: dependency

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-01-01 22:31:06 -05:00
parent c249816488
commit 61aa86623c

View File

@ -12,7 +12,7 @@ include(CMakeParseArguments)
# OUTPUT_DIRECTORY: Where to place ${TITLE}.metallib # OUTPUT_DIRECTORY: Where to place ${TITLE}.metallib
# SOURCES: List of source files # SOURCES: List of source files
# INCLUDE_DIRS: List of include dirs # INCLUDE_DIRS: List of include dirs
# DEPS: List of depedency files (like headers) # DEPS: List of dependency files (like headers)
# #
macro(mlx_build_metallib) macro(mlx_build_metallib)
# Parse args # Parse args