Build the shaders as a module library

This commit is contained in:
Darryl Pogue 2024-05-30 17:06:35 -07:00
parent 212790029f
commit 36e2160680
No known key found for this signature in database
GPG key ID: CB824715C3E6FD41

View file

@ -9,6 +9,6 @@ if(CMAKE_Metal_COMPILER)
endif()
project(metaltest)
add_library(metaltest
add_library(metaltest MODULE
shader.metal
)