- Add chew and csq to build.

svn path=/branches/cmake-bringup/; revision=48285
This commit is contained in:
Amine Khaldi 2010-07-26 18:49:24 +00:00
parent 147875c573
commit 486a2d0e81
4 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,4 @@
add_definitions(-D_NTOSKRNL_)
add_library(chew workqueue.c)
add_dependencies(chew build_resources)