bond/kern/CMakeLists.txt

12 lines
158 B
CMake
Raw Normal View History

2019-06-26 05:47:18 +00:00
set(SUBMODULE kern)
set(CC_SRC
2019-11-28 18:02:52 +00:00
avl_tree.c
libkern.c
kmain.c
2019-06-26 05:47:18 +00:00
print.c
spin_lock.c
2019-11-28 18:02:52 +00:00
)
2019-06-26 05:47:18 +00:00
include(${MK}/kern.cmake)