3 lines
129 B
Text
3 lines
129 B
Text
|
add_library(metal-cpp STATIC src/metal.cpp)
|
||
|
target_include_directories(metal-cpp PUBLIC include)
|
||
|
set_engine_properties(metal-cpp)
|