Initial project sketch

This commit is contained in:
TennesseeTrash 2025-12-20 06:37:29 +01:00
commit cdfbcf4f61
15 changed files with 246 additions and 0 deletions

7
CMakeLists.txt Normal file
View file

@ -0,0 +1,7 @@
cmake_minimum_required(VERSION 3.25)
project(Toolchain
LANGUAGES CXX
)
add_subdirectory(Toolchain)