XenosRecomp/thirdparty/CMakeLists.txt
2025-01-19 22:37:35 +03:00

11 lines
319 B
CMake

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