N64ModernRuntime/CMakeLists.txt
Anghelo Carvajal 2430c82cbd
Fix building ultramodern (#2)
* gitignore

* Add rt64 paths to ultramodern cmake

* It builds

* 4 spaces

* Commented out warnings

* Remove Xrandr

* what

* Remove sdl2 dll copy
2024-05-20 12:38:13 -04:00

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)