Skip to content

Commit

Permalink
Moving MPS link to public definition in Metal pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
colincornaby committed Nov 6, 2023
1 parent 30306c7 commit e4662f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/Plasma/Apps/plClient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ if(APPLE)
)
target_link_libraries(plClient PRIVATE "-framework Cocoa")
target_link_libraries(plClient PRIVATE "-framework QuartzCore")
target_link_libraries(plClient PRIVATE "-framework MetalPerformanceShaders")
install(
TARGETS plClient
DESTINATION client
Expand Down
2 changes: 2 additions & 0 deletions Sources/Plasma/FeatureLib/pfMetalPipeline/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,13 @@ target_link_libraries(pfMetalPipeline
pnNucleusInc
plPipeline
"-framework Metal"
"-framework MetalPerformanceShaders"
PRIVATE
plStatusLog
INTERFACE
pnFactory
)

target_include_directories(pfMetalPipeline PUBLIC ${metalcpp_SOURCE_DIR})
target_include_directories(pfMetalPipeline PUBLIC "ShaderSrc")

Expand Down

0 comments on commit e4662f9

Please sign in to comment.