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