mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Fix a typo in the last revision.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6500 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -12,7 +12,8 @@ set(LIBS core
|
|||||||
wiiuse
|
wiiuse
|
||||||
SDL
|
SDL
|
||||||
GL
|
GL
|
||||||
${XRANDR_LIBS})
|
${XRANDR_LIBRARIES}
|
||||||
|
${X11_LIBRARIES})
|
||||||
|
|
||||||
if(wxWidgets_FOUND)
|
if(wxWidgets_FOUND)
|
||||||
set(MEMCARDSRCS Src/MemcardManager.cpp
|
set(MEMCARDSRCS Src/MemcardManager.cpp
|
||||||
@ -51,8 +52,7 @@ if(wxWidgets_FOUND)
|
|||||||
inputuicommon
|
inputuicommon
|
||||||
memcard
|
memcard
|
||||||
${wxWidgets_LIBRARIES}
|
${wxWidgets_LIBRARIES}
|
||||||
${GTK2_LIBRARIES}
|
${GTK2_LIBRARIES})
|
||||||
${X11_LIBRARIES})
|
|
||||||
|
|
||||||
else(wxWidgets_FOUND)
|
else(wxWidgets_FOUND)
|
||||||
set(SRCS ${SRCS}
|
set(SRCS ${SRCS}
|
||||||
|
Reference in New Issue
Block a user