mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
1e82e45439
- 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
4 lines
No EOL
84 B
CMake
4 lines
No EOL
84 B
CMake
|
|
add_definitions(-D_NTOSKRNL_)
|
|
add_library(csq csq.c)
|
|
add_dependencies(csq bugcodes) |