mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
3345c4056d
Add missing psdk dependency to nt and smlib. Fixes parallel builds. svn path=/branches/cmake-bringup/; revision=49009
3 lines
No EOL
56 B
CMake
3 lines
No EOL
56 B
CMake
|
|
add_library(nt entry_point.c)
|
|
add_dependencies(nt psdk) |