From ac2285c990104b09bd871d4309e101ef22bd1eef Mon Sep 17 00:00:00 2001 From: Greg Wells Date: Sat, 24 May 2025 15:24:09 -0400 Subject: [PATCH] compile objective C --- rendering_api/vulkan/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rendering_api/vulkan/CMakeLists.txt b/rendering_api/vulkan/CMakeLists.txt index 3bf4f52..128677a 100644 --- a/rendering_api/vulkan/CMakeLists.txt +++ b/rendering_api/vulkan/CMakeLists.txt @@ -9,7 +9,7 @@ file(GLOB_RECURSE SOURCE_FILES CONFIGURE_DEPENDS if (APPLE) file(GLOB_RECURSE METAL_FILES CONFIGURE_DEPENDS - "src/*.mm" + "src/*.m" ) endif()