mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
4 lines
97 B
CMake
4 lines
97 B
CMake
|
|
add_definitions(-D_NTOSKRNL_)
|
|
add_library(chew workqueue.c)
|
|
add_dependencies(chew bugcodes xdk)
|