cmake_minimum_required(VERSION 3.16) project(BarinkOS LANGUAGES C CXX ASM) add_subdirectory(CoreLib) add_subdirectory(Kernel)