diff --git a/Sources/Plasma/Apps/plClient/CMakeLists.txt b/Sources/Plasma/Apps/plClient/CMakeLists.txt index c527499f08..223ae8ad36 100644 --- a/Sources/Plasma/Apps/plClient/CMakeLists.txt +++ b/Sources/Plasma/Apps/plClient/CMakeLists.txt @@ -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")