1
0
Fork 0
mirror of https://github.com/reactos/reactos.git synced 2025-07-13 06:44:14 +00:00
reactos/sdk/lib/drivers/chew/CMakeLists.txt

4 lines
97 B
CMake

add_definitions(-D_NTOSKRNL_)
add_library(chew workqueue.c)
add_dependencies(chew bugcodes xdk)