Browse Source

Remove libs linked by SDL2 target from lib list

pull/1731/head
Ivan Epifanov 5 years ago committed by Anders Jenbo
parent
commit
20bb399e40
  1. 11
      CMakeLists.txt

11
CMakeLists.txt

@ -648,18 +648,7 @@ endif()
if (VITA)
target_link_libraries(${BIN_TARGET} PRIVATE
SceAppMgr_stub
SceAudio_stub
SceCommonDialog_stub
SceCtrl_stub
SceDisplay_stub
SceGxm_stub
SceHid_stub
SceIofilemgr_stub
SceMotion_stub
ScePower_stub
SceSysmodule_stub
SceTouch_stub
freetype
png
m

Loading…
Cancel
Save