mirror of
https://github.com/N64Recomp/N64ModernRuntime.git
synced 2025-10-30 08:02:29 +00:00
* gitignore * Add rt64 paths to ultramodern cmake * It builds * 4 spaces * Commented out warnings * Remove Xrandr * what * Remove sdl2 dll copy
9 lines
189 B
CMake
9 lines
189 B
CMake
cmake_minimum_required(VERSION 3.20)
|
|
|
|
project(N64ModernRuntime)
|
|
|
|
set(CMAKE_CXX_STANDARD 20)
|
|
set(CMAKE_CXX_STANDARD_REQUIRED True)
|
|
|
|
add_subdirectory(ultramodern)
|
|
add_subdirectory(librecomp)
|