Skip to content

Commit b383857

Browse files
author
Antoine Fontaine
committed
Print used SDL path and version
1 parent bd2e006 commit b383857

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,6 +689,7 @@ if (BUILD_CLIENT OR WIN32)
689689
endif()
690690

691691
find_package(SDL3 REQUIRED CONFIG)
692+
message("Found SDL3 ${SDL3_VERSION}: ${SDL3_LIBRARY}")
692693

693694
if (WIN32)
694695
set(LIBS_ENGINE_BASE ${LIBS_ENGINE_BASE} SDL3::SDL3)

0 commit comments

Comments
 (0)