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:
commit
7b192c4401
|
@ -1,3 +1,6 @@
|
|||
#
|
||||
# shadeOS Build System
|
||||
#
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(shadeOS LANGUAGES C ASM_NASM)
|
||||
|
||||
|
|
Loading…
Reference in New Issue