From 7c3c2bf69ef2068cfb5bf47042edb0bc3ed7e0d1 Mon Sep 17 00:00:00 2001 From: David Capello Date: Sun, 17 Oct 2010 10:30:45 -0300 Subject: [PATCH] Remove PSP and BeOS configuration from the main CMakeLists.txt --- CMakeLists.txt | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5393170e2..ed8d2852a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -227,21 +227,6 @@ if(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