mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-12-21 12:00:16 -06:00
* Implement shader archive decompressor for the build system. * Fix Linux compilation error.
7 lines
358 B
CMake
7 lines
358 B
CMake
add_subdirectory(${UNLEASHED_RECOMP_TOOLS_ROOT}/bc_diff)
|
|
add_subdirectory(${UNLEASHED_RECOMP_TOOLS_ROOT}/file_to_c)
|
|
add_subdirectory(${UNLEASHED_RECOMP_TOOLS_ROOT}/fshasher)
|
|
add_subdirectory(${UNLEASHED_RECOMP_TOOLS_ROOT}/x_decompress)
|
|
add_subdirectory(${UNLEASHED_RECOMP_TOOLS_ROOT}/XenonRecomp)
|
|
add_subdirectory(${UNLEASHED_RECOMP_TOOLS_ROOT}/XenosRecomp)
|