Setup cmake project
This commit is contained in:
5
cmake/kernel/system/CMakeLists.txt
Normal file
5
cmake/kernel/system/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
target_sources(kernel PUBLIC
|
||||
${CHURLOS_SRC_DIR}/kernel/system/Globals.cc
|
||||
)
|
||||
Reference in New Issue
Block a user