forked from RPCS3/rpcs3
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Thanks to @RipleyTom Co-Authored-By: RipleyTom <RipleyTom@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
|
||
project(3rdparty_zstd) | ||
|
||
add_library(3rdparty_zstd INTERFACE) | ||
option(ZSTD_BUILD_PROGRAMS "BUILD PROGRAMS" OFF) | ||
option(ZSTD_BUILD_SHARED "BUILD SHARED LIBRARIES" OFF) | ||
option(ZSTD_BUILD_STATIC "BUILD STATIC LIBRARIES" ON) | ||
|
||
add_subdirectory(zstd/build/cmake EXLUDE_FROM_ALL) | ||
|
||
target_include_directories(3rdparty_zstd INTERFACE zstd zstd/lib) | ||
|
||
add_library(3rdparty_zstd INTERFACE) | ||
target_link_libraries(3rdparty_zstd INTERFACE libzstd_static) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters