mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-25 04:48:19 -05:00
999fa2af61
* 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)
|