mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 08:42:05 +00:00
[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
This commit is contained in:
parent
401329a84b
commit
1e82e45439
3 changed files with 63 additions and 19 deletions
|
@ -1,4 +1,4 @@
|
|||
|
||||
add_definitions(-D_NTOSKRNL_)
|
||||
add_library(chew workqueue.c)
|
||||
add_dependencies(chew build_resources)
|
||||
add_dependencies(chew bugcodes)
|
Loading…
Add table
Add a link
Reference in a new issue