XenosRecomp/thirdparty/CMakeLists.txt

11 lines
322 B
CMake

if (NOT TARGET fmt::fmt)
add_subdirectory("${SHADER_RECOMP_THIRDPARTY_ROOT}/fmt")
endif()
if (NOT TARGET xxHash::xxhash)
add_subdirectory("${SHADER_RECOMP_THIRDPARTY_ROOT}/xxHash/cmake_unofficial")
endif()
if (NOT TARGET libzstd)
add_subdirectory("${SHADER_RECOMP_THIRDPARTY_ROOT}/zstd/build/cmake")
endif()