1
0
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:
Exverge
2024-04-06 21:13:26 -04:00
parent 76009b05a8
commit c3584e6c39
5 changed files with 19 additions and 20 deletions

View File

@@ -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()