Browse Source

cmake: removed unused code

Anonymous Maarten 2 years ago
parent
commit
edf8db0466
1 changed files with 0 additions and 13 deletions
  1. 0 13
      CMakeLists.txt

+ 0 - 13
CMakeLists.txt

@@ -2508,19 +2508,6 @@ elseif(VITA)
       SceProcessmgr_stub
       m
     )
-    if(HAVE_VITA_PIB)
-        list(PREPEND SDL_EXTRA_LIBS
-          pib
-          libScePiglet_stub
-          SceShaccCg_stub
-          taihen_stub
-        )
-    endif()
-    if(HAVE_VITA_PVR)
-        list(PREPEND SDL_EXTRA_LIBS
-          SceIme_stub
-        )
-    endif()
   endif()
 
   set(HAVE_ARMSIMD TRUE)