Starting and testing cmake as a toolchain

This commit is contained in:
2025-12-02 17:22:01 +01:00
parent 2522492835
commit a4acfeceee
4 changed files with 49 additions and 0 deletions

5
CMakeLists.txt Normal file
View File

@ -0,0 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(BarinkOS LANGUAGES C CXX ASM)
add_subdirectory(CoreLib)
add_subdirectory(Kernel)