mirror of
https://github.com/RPCSX/rpcsx.git
synced 2025-12-06 07:12:14 +01:00
8 lines
122 B
CMake
8 lines
122 B
CMake
|
|
cmake_minimum_required(VERSION 3.10)
|
||
|
|
|
||
|
|
set(CMAKE_CXX_STANDARD 23)
|
||
|
|
set(CMAKE_CXX_EXTENSIONS off)
|
||
|
|
|
||
|
|
add_subdirectory(bridge)
|
||
|
|
|