mirror of
https://github.com/ran-j/PS2Recomp.git
synced 2026-09-26 16:59:35 -04:00
9 lines
196 B
CMake
9 lines
196 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") |