This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2025-01-10 16:18:16 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
6c0c23cb53
reactos
/
lib
/
drivers
/
chew
/
CMakeLists.txt
4 lines
92 B
Text
Raw
Normal View
History
Unescape
Escape
[CMAKE] - Add chew and csq to build. svn path=/branches/cmake-bringup/; revision=48285
2010-07-26 18:49:24 +00:00
add_definitions(-D_NTOSKRNL_)
add_library(chew workqueue.c)
[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
add_dependencies(chew bugcodes)
Reference in a new issue
Copy permalink