1

Add new service stuff to build targets

This commit is contained in:
2022-12-08 02:22:05 +01:00
parent 4838700c8e
commit e93db14014
2 changed files with 2 additions and 0 deletions

View File

@ -2,4 +2,5 @@ cmake_minimum_required(VERSION 3.14)
target_sources(kernel PUBLIC
${CHURLOS_SRC_DIR}/kernel/system/Globals.cc
${CHURLOS_SRC_DIR}/kernel/system/System.cpp
)