From a3f1201062f9e2a982304e3dfb5262ce5c0211c7 Mon Sep 17 00:00:00 2001 From: Greg Wells Date: Sat, 24 May 2025 17:36:53 -0400 Subject: [PATCH] fix formatting --- rendering_api/metal/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendering_api/metal/CMakeLists.txt b/rendering_api/metal/CMakeLists.txt index bb336ed..a9d42b7 100644 --- a/rendering_api/metal/CMakeLists.txt +++ b/rendering_api/metal/CMakeLists.txt @@ -26,7 +26,7 @@ target_link_libraries(GryphnMetalImpl "-framework CoreFoundation" "-framework Foundation" "-framework Metal" - "-framework QuartzCore" + "-framework QuartzCore" ) file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/gryphn/rendering_apis)