mirror of
https://github.com/dpogue/CMake-MetalShaderSupport.git
synced 2025-04-04 13:05:06 +00:00
Merge pull request #1 from colincornaby/fix-mtk-link-for-example
Adding a link for MetalKit
This commit is contained in:
commit
56e8d08ddc
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ target_link_libraries(ExampleApp
|
|||
PRIVATE
|
||||
"-framework Cocoa"
|
||||
"-framework Metal"
|
||||
"-framework MetalKit"
|
||||
)
|
||||
|
||||
target_include_directories(ExampleApp
|
||||
|
|
Loading…
Add table
Reference in a new issue