mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-08 23:49:14 +01:00
metal: make metal-cpp a proper external
This commit is contained in:
parent
76009b05a8
commit
c3584e6c39
5 changed files with 19 additions and 20 deletions
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()
|
||||
Loading…
Add table
Add a link
Reference in a new issue