mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
9 lines
229 B
CMake
9 lines
229 B
CMake
![]() |
|
||
|
list(APPEND HAL_SMP_SOURCE
|
||
|
generic/buildtype.c
|
||
|
generic/spinlock.c)
|
||
|
|
||
|
add_library(lib_hal_smp OBJECT ${HAL_SMP_SOURCE})
|
||
|
add_dependencies(lib_hal_smp bugcodes xdk)
|
||
|
target_compile_definitions(lib_hal_smp PRIVATE CONFIG_SMP)
|