mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-05-15 18:55:50 +00:00
6 lines
158 B
CMake
6 lines
158 B
CMake
cmake_minimum_required (VERSION 3.8)
|
|
|
|
project("PowerRecomp")
|
|
add_executable(PowerRecomp "main.cpp")
|
|
|
|
set_property(TARGET PowerRecomp PROPERTY CXX_STANDARD 20) |