Initial project sketch
This commit is contained in:
commit
cdfbcf4f61
15 changed files with 246 additions and 0 deletions
7
CMakeLists.txt
Normal file
7
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
cmake_minimum_required(VERSION 3.25)
|
||||
|
||||
project(Toolchain
|
||||
LANGUAGES CXX
|
||||
)
|
||||
|
||||
add_subdirectory(Toolchain)
|
||||
Loading…
Add table
Add a link
Reference in a new issue