wait no, the none example can't run the example

This commit is contained in:
IoIxD 2024-08-30 15:39:24 -07:00
parent 957acee900
commit 6281115e6f

View File

@ -120,8 +120,8 @@ elseif (NOT SUPPORT_GESTURES_SYSTEM)
list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/core/core_input_gestures.c) list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/core/core_input_gestures.c)
endif () endif ()
# The core_override one is only for Embeddable/Blank platforms # The core_override one is only for Blank platforms
if (NOT ${PLATFORM} MATCHES "None" AND NOT ${PLATFORM} MATCHES "Embeddable") if (NOT ${PLATFORM} MATCHES "Embeddable")
list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/core/core_override.c) list(REMOVE_ITEM example_sources ${CMAKE_CURRENT_SOURCE_DIR}/core/core_override.c)
endif() endif()