Install SDL3 runtime dependency
This commit is contained in:
parent
c3e9e956b7
commit
b5141365b5
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue