Skip to content

Commit 8e991ae

Browse files
Antoine Fontainenecessarily-equal
authored andcommitted
Print used SDL path and version
1 parent c004f23 commit 8e991ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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_DIR}")
692693

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

0 commit comments

Comments
 (0)