Don't install zstd_seekable
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
parent
9ca73ee236
commit
ede7b3f7a5
1 changed files with 2 additions and 7 deletions
9
externals/CMakeLists.txt
vendored
9
externals/CMakeLists.txt
vendored
|
|
@ -230,13 +230,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…
Add table
Add a link
Reference in a new issue