mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
10 lines
182 B
CMake
10 lines
182 B
CMake
|
|
|
||
|
|
project(3rdparty_zstd)
|
||
|
|
|
||
|
|
add_library(3rdparty_zstd INTERFACE)
|
||
|
|
|
||
|
|
add_subdirectory(zstd/build/cmake EXLUDE_FROM_ALL)
|
||
|
|
|
||
|
|
target_include_directories(3rdparty_zstd INTERFACE zstd zstd/lib)
|
||
|
|
|