reactos/lib/drivers/chew/CMakeLists.txt
Amine Khaldi 1e82e45439 [CMAKE]
- Separate the resources creation into several targets. With this we're able to set proper dependencies on them selectively, and not as a whole.
- Make chew and csq, as a result, depend only on bugcodes.

svn path=/branches/cmake-bringup/; revision=48297
2010-07-27 01:36:55 +00:00

4 lines
92 B
CMake

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