From 3f050dc9da9912e609236583dd7cca390501581d Mon Sep 17 00:00:00 2001 From: annes Date: Tue, 23 Dec 2025 15:26:02 +0300 Subject: [PATCH] Add _cocoalayer.mm to CMakeLists --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 087141447..02b07ffeb 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -37,6 +37,7 @@ set(raylib_sources rtext.c rtextures.c utils.c + _cocoalayer.mm ) # /cmake/GlfwImport.cmake handles the details around the inclusion of glfw