mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-08 22:14:39 +00:00
Merge pull request #6570 from lioncash/lzo
CMakeLists: Remove lzo from the LIBS variable and make linkage private
This commit is contained in:
commit
aaf9f4759f
@ -597,7 +597,6 @@ else()
|
||||
include_directories(Externals/LZO)
|
||||
set(LZO lzo2)
|
||||
endif()
|
||||
list(APPEND LIBS ${LZO})
|
||||
|
||||
if(NOT APPLE)
|
||||
check_lib(PNG libpng png png.h QUIET)
|
||||
|
@ -280,7 +280,6 @@ PUBLIC
|
||||
discio
|
||||
enet
|
||||
inputcommon
|
||||
${LZO}
|
||||
${MBEDTLS_LIBRARIES}
|
||||
pugixml
|
||||
sfml-network
|
||||
@ -289,6 +288,9 @@ PUBLIC
|
||||
videoogl
|
||||
videosoftware
|
||||
z
|
||||
|
||||
PRIVATE
|
||||
${LZO}
|
||||
)
|
||||
|
||||
if (APPLE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user