Install SDL3 runtime dependency

This commit is contained in:
Anonymous Maarten 2025-05-16 22:14:14 +02:00
parent c3e9e956b7
commit b5141365b5
1 changed files with 6 additions and 0 deletions

View File

@ -273,6 +273,12 @@ if(DETHRACE_INSTALL)
OPTIONAL
)
endif()
if(DETHRACE_PLATFORM_SDL3)
install(FILES "$<TARGET_FILE:SDL3::SDL3>"
DESTINATION "."
OPTIONAL
)
endif()
endif()
endif()
endif()