Archived
1
Fork 0
This repository has been archived on 2025-04-12. You can view files and clone it, but cannot push or open issues or pull requests.
prism/extern/metal-cpp/CMakeLists.txt

3 lines
No EOL
129 B
CMake

add_library(metal-cpp STATIC src/metal.cpp)
target_include_directories(metal-cpp PUBLIC include)
set_engine_properties(metal-cpp)