Skip to content

Commit

Permalink
Removing manual include of headers that are already public
Browse files Browse the repository at this point in the history
  • Loading branch information
colincornaby committed Nov 6, 2023
1 parent 10e2068 commit 30306c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/Plasma/Apps/plClient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ if(APPLE)
set_source_files_properties(Mac-Cocoa/Assets.xcassets ${RESOURCES} PROPERTIES
MACOSX_PACKAGE_LOCATION Resources
)
target_include_directories(plClient PRIVATE "../../FeatureLib/pfMetalPipeline/metal-cpp"
PRIVATE "../../FeatureLib/pfMetalPipeline/ShaderSrc")
target_link_libraries(plClient PRIVATE "-framework Cocoa")
target_link_libraries(plClient PRIVATE "-framework QuartzCore")
target_link_libraries(plClient PRIVATE "-framework MetalPerformanceShaders")
Expand Down

0 comments on commit 30306c7

Please sign in to comment.