Starting and testing cmake as a toolchain
This commit is contained in:
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.16)
|
||||
project(BarinkOS LANGUAGES C CXX ASM)
|
||||
|
||||
add_subdirectory(CoreLib)
|
||||
add_subdirectory(Kernel)
|
||||
Reference in New Issue
Block a user