mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 17:49:48 -06:00
Fix for issue 3507. Compile with old GLEW versions, support user-specified CFLAGS and link plugins to all the used libs.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6441 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -15,10 +15,10 @@ if(wxWidgets_FOUND)
|
||||
Src/DSPConfigDlgLLE.cpp
|
||||
Src/Debugger/DSPDebugWindow.cpp
|
||||
Src/Debugger/DSPRegisterView.cpp)
|
||||
set(LIBS ${LIBS} debugger_ui_util)
|
||||
set(LIBS ${LIBS} debugger_ui_util ${wxWidgets_LIBRARIES})
|
||||
endif(wxWidgets_FOUND)
|
||||
|
||||
add_library(Plugin_DSP_LLE SHARED ${SRCS})
|
||||
add_library(Plugin_DSP_LLE MODULE ${SRCS})
|
||||
target_link_libraries(Plugin_DSP_LLE ${LIBS})
|
||||
install(TARGETS Plugin_DSP_LLE
|
||||
LIBRARY DESTINATION ${plugindir}
|
||||
|
Reference in New Issue
Block a user