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
2024-11-11 01:04:11 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
5644c2c39d
reactos
/
lib
/
drivers
/
csq
/
CMakeLists.txt
4 lines
84 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(csq csq.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(csq bugcodes)
Reference in a new issue
Copy permalink