mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
527f2f9057
* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
7 lines
157 B
CMake
7 lines
157 B
CMake
|
|
list(APPEND HAL_UP_SOURCE
|
|
generic/spinlock.c
|
|
up/processor.c)
|
|
|
|
add_object_library(lib_hal_up ${HAL_UP_SOURCE})
|
|
add_dependencies(lib_hal_up bugcodes)
|