Merge pull request 'Use CMake for the build system' (#2) from cmake into master

Reviewed-on: https://git.coredoes.dev/c0repwn3r/shadeos/pulls/2
This commit is contained in:
c0repwn3r 2022-06-12 20:27:30 +01:00
commit 7b192c4401
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#
# shadeOS Build System
#
cmake_minimum_required(VERSION 3.10)
project(shadeOS LANGUAGES C ASM_NASM)