mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-12-05 20:32:07 -06:00
metal: make metal-cpp a proper external
This commit is contained in:
6
externals/CMakeLists.txt
vendored
6
externals/CMakeLists.txt
vendored
@@ -320,3 +320,9 @@ if (ARCHITECTURE_arm64 AND NOT TARGET sse2neon)
|
||||
add_library(sse2neon INTERFACE)
|
||||
target_include_directories(sse2neon INTERFACE sse2neon)
|
||||
endif()
|
||||
|
||||
# metal-cpp
|
||||
if (APPLE)
|
||||
add_library(metal-cpp INTERFACE)
|
||||
target_include_directories(metal-cpp INTERFACE metal-cpp)
|
||||
endif()
|
||||
Reference in New Issue
Block a user