mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-05 18:40:37 +00:00
Remove PSP and BeOS configuration from the main CMakeLists.txt
This commit is contained in:
parent
c277b26e90
commit
7c3c2bf69e
@ -227,21 +227,6 @@ if(APPLE)
|
|||||||
)
|
)
|
||||||
endif(APPLE)
|
endif(APPLE)
|
||||||
|
|
||||||
# -- Haiku/BeOS -- (not officially supported)
|
|
||||||
|
|
||||||
if(BEOS)
|
|
||||||
list(APPEND PLATFORM_LIBS game midi device)
|
|
||||||
endif(BEOS)
|
|
||||||
|
|
||||||
# -- PSP -- (not officially supported)
|
|
||||||
|
|
||||||
if(PSP)
|
|
||||||
include_directories(SYSTEM ${PSPSDK_PATH}/include)
|
|
||||||
link_directories(${PSPSDK_PATH}/lib)
|
|
||||||
list(APPEND PLATFORM_LIBS
|
|
||||||
m pspaudio pspgu psprtc pspdebug pspdisplay pspge pspctrl pspsdk c pspnet pspnet_inet pspnet_resolver psputility pspuser pspkernel)
|
|
||||||
endif(PSP)
|
|
||||||
|
|
||||||
######################################################################
|
######################################################################
|
||||||
# Main ASE targets
|
# Main ASE targets
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user