mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49: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:
@ -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)
|
||||
|
Reference in New Issue
Block a user