mirror of
https://github.com/dpogue/CMake-MetalShaderSupport.git
synced 2025-04-07 14:29:36 +00:00
Build the shaders as a module library
This commit is contained in:
parent
212790029f
commit
36e2160680
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ if(CMAKE_Metal_COMPILER)
|
|||
endif()
|
||||
project(metaltest)
|
||||
|
||||
add_library(metaltest
|
||||
add_library(metaltest MODULE
|
||||
shader.metal
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue