Files
PS2Recomp/CMakeLists.txt
T
Ran-j 409570c709 feat: added minitest framework
feat: added some unit tests for code gen and decoder
fix: backport some bugfix from chrisking1981 branch
2025-12-26 18:33:52 -03:00

11 lines
226 B
CMake

cmake_minimum_required(VERSION 3.21)
project("PS2 Retro X")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
add_subdirectory("ps2xRecomp")
add_subdirectory("ps2xRuntime")
add_subdirectory("ps2xAnalyzer")
add_subdirectory("ps2xTest")