Add file_to_c

This commit is contained in:
Hyper
2024-12-02 21:45:28 +00:00
parent 675b482ec4
commit dd7cac76ea
2 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.20)
project(file_to_c)
set(CMAKE_CXX_STANDARD 17)
add_executable(file_to_c "file_to_c.cpp")