mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-05-22 18:02:08 +00:00
5 lines
125 B
CMake
5 lines
125 B
CMake
cmake_minimum_required(VERSION 3.20)
|
|
project(file_to_c)
|
|
set(CMAKE_CXX_STANDARD 17)
|
|
|
|
add_executable(file_to_c "file_to_c.cpp") |