1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00
rpcs3/3rdparty/zstd/CMakeLists.txt

10 lines
182 B
CMake
Raw Normal View History

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)