mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-23 05:23:59 +00:00
Add file_to_c
This commit is contained in:
5
tools/file_to_c/CMakeLists.txt
Normal file
5
tools/file_to_c/CMakeLists.txt
Normal 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")
|
Reference in New Issue
Block a user