Fix unresolved symbol cpu_info in the DSP plugins on linux.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6827 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
a4dd8c41a8
commit
ad2e6c60bc
|
@ -21,7 +21,7 @@ if(wxWidgets_FOUND)
|
||||||
endif(wxWidgets_FOUND)
|
endif(wxWidgets_FOUND)
|
||||||
|
|
||||||
add_library(Plugin_DSP_HLE MODULE ${SRCS})
|
add_library(Plugin_DSP_HLE MODULE ${SRCS})
|
||||||
target_link_libraries(Plugin_DSP_HLE common audiocommon ${wxWidgets_LIBRARIES})
|
target_link_libraries(Plugin_DSP_HLE audiocommon common ${wxWidgets_LIBRARIES})
|
||||||
install(TARGETS Plugin_DSP_HLE
|
install(TARGETS Plugin_DSP_HLE
|
||||||
LIBRARY DESTINATION ${plugindir}
|
LIBRARY DESTINATION ${plugindir}
|
||||||
RUNTIME DESTINATION ${plugindir})
|
RUNTIME DESTINATION ${plugindir})
|
||||||
|
|
Loading…
Reference in New Issue