mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2025-12-16 12:08:49 +00:00
Don't install zstd_seekable
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
ba7425f263
commit
c9c7568bf5
9
externals/CMakeLists.txt
vendored
9
externals/CMakeLists.txt
vendored
@ -243,13 +243,8 @@ else()
|
||||
)
|
||||
target_link_libraries(zstd_seekable PUBLIC libzstd_static)
|
||||
|
||||
target_link_libraries(libzstd_static INTERFACE zstd_seekable)
|
||||
|
||||
add_library(zstd ALIAS libzstd_static)
|
||||
|
||||
install(TARGETS zstd_seekable
|
||||
EXPORT zstdExports
|
||||
)
|
||||
add_library(zstd INTERFACE)
|
||||
target_link_libraries(zstd INTERFACE libzstd_static zstd_seekable)
|
||||
endif()
|
||||
|
||||
# ENet
|
||||
|
||||
Loading…
Reference in New Issue
Block a user