Show that CMake is grabbing SDL3

This commit is contained in:
VoxelTek 2025-06-18 11:27:50 +10:00
parent da825d42d4
commit 497133253b

View File

@ -50,6 +50,8 @@ message(STATUS "Internal miniwin: ${ISLE_MINIWIN}")
message(STATUS "Isle debugging: ${ISLE_DEBUG}") message(STATUS "Isle debugging: ${ISLE_DEBUG}")
message(STATUS "Compile shaders: ${ISLE_COMPILE_SHADERS}") message(STATUS "Compile shaders: ${ISLE_COMPILE_SHADERS}")
message(STATUS "Fetching SDL3, please wait...")
if (DOWNLOAD_DEPENDENCIES) if (DOWNLOAD_DEPENDENCIES)
# FetchContent downloads and configures dependencies # FetchContent downloads and configures dependencies
include(FetchContent) include(FetchContent)