From 6281115e6feeb63cf6783d8db99067b33a02c068 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Fri, 30 Aug 2024 15:39:24 -0700 Subject: [PATCH] wait no, the none example can't run the example --- examples/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 043036c6e..0ee0792b4 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -120,8 +120,8 @@ elseif (NOT SUPPORT_GESTURES_SYSTEM) list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/core/core_input_gestures.c) endif () -# The core_override one is only for Embeddable/Blank platforms -if (NOT ${PLATFORM} MATCHES "None" AND NOT ${PLATFORM} MATCHES "Embeddable") +# The core_override one is only for Blank platforms +if (NOT ${PLATFORM} MATCHES "Embeddable") list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/core/core_override.c) endif()