mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 10:09:36 -06:00
Linux build fix.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6950 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -6,6 +6,7 @@ set(LIBS core
|
||||
bdisasm
|
||||
inputcommon
|
||||
common
|
||||
audiocommon
|
||||
lua
|
||||
z
|
||||
sfml-network
|
||||
@ -20,6 +21,8 @@ if(wxWidgets_FOUND)
|
||||
Src/ARCodeAddEdit.cpp
|
||||
Src/CheatsWindow.cpp
|
||||
Src/ConfigMain.cpp
|
||||
Src/DSPHLEConfigDlg.cpp
|
||||
Src/DSPLLEConfigDlg.cpp
|
||||
Src/Frame.cpp
|
||||
Src/FrameAui.cpp
|
||||
Src/FrameTools.cpp
|
||||
|
Reference in New Issue
Block a user