mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 07:39:26 +01:00
Link against systemwide LZO using the info gathered by check_lib().
This commit is contained in:
parent
bb182d88b7
commit
d440dfe9b2
@ -311,6 +311,7 @@ else()
|
||||
message("Shared lzo not found, falling back to the static library")
|
||||
add_subdirectory(Externals/LZO)
|
||||
include_directories(Externals/LZO)
|
||||
set(LZO lzo2)
|
||||
endif()
|
||||
|
||||
include(FindSDL OPTIONAL)
|
||||
|
@ -1,5 +1,5 @@
|
||||
set(LIBS core
|
||||
lzo2
|
||||
${LZO}
|
||||
discio
|
||||
bdisasm
|
||||
inputcommon
|
||||
|
Loading…
x
Reference in New Issue
Block a user