mirror of
https://github.com/ran-j/PS2Recomp.git
synced 2026-09-26 16:59:35 -04:00
409570c709
feat: added some unit tests for code gen and decoder fix: backport some bugfix from chrisking1981 branch
11 lines
226 B
CMake
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")
|