Only copy resources to PSP eboot directory if it exists

This commit is contained in:
Wouter Wijsman 2022-01-05 11:33:51 +01:00 committed by Sam Lantinga
parent 9d0b4d85fc
commit cd6cb959c0
1 changed files with 38 additions and 30 deletions

View File

@ -134,6 +134,30 @@ endif()
file(GLOB RESOURCE_FILES *.bmp *.wav *.hex moose.dat utf8.txt) file(GLOB RESOURCE_FILES *.bmp *.wav *.hex moose.dat utf8.txt)
file(COPY ${RESOURCE_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}) file(COPY ${RESOURCE_FILES} DESTINATION ${CMAKE_CURRENT_BINARY_DIR})
if(PSP)
set(NEEDS_RESOURCES
testscale
testrendercopyex
controllermap
testyuv
testgamecontroller
testshape
testshader
testspriteminimal
testautomation
testrendertarget
testsprite2
loopwave
loopwavequeue
testresample
testaudiohotplug
testmultiaudio
testiconv
testoverlay2
teststreaming
testviewport
)
else()
set(NEEDS_RESOURCES set(NEEDS_RESOURCES
testscale testscale
testrendercopyex testrendercopyex
@ -153,34 +177,18 @@ set(NEEDS_RESOURCES
testaudiohotplug testaudiohotplug
testmultiaudio testmultiaudio
testime testime
testnative
testiconv testiconv
testoverlay2 testoverlay2
teststreaming teststreaming
testviewport testviewport
) )
if(NOT PSP)
set(NEEDS_RESOURCES ${NEEDS_RESOURCES} testnative)
endif() endif()
if(PSP) if(PSP)
# Build EBOOT files if building for PSP # Build EBOOT files if building for PSP
set(BUILD_EBOOT set(BUILD_EBOOT
testscale ${NEEDS_RESOURCES}
testrendercopyex
controllermap
testyuv
testgamecontroller
testshape
testshader
testspriteminimal
testautomation
testrendertarget
testsprite2
loopwave
loopwavequeue
testresample
testaudiohotplug
testmultiaudio
testoffscreen testoffscreen
testbounds testbounds
testgl2 testgl2