mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[CONSRV]
* Add missing psdk dependency. CORE-8577 #resolve #comment Fixed in r64386. Thanks! svn path=/trunk/; revision=64386
This commit is contained in:
parent
0f37321de7
commit
61c2a14987
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ else()
|
|||
endif()
|
||||
|
||||
add_library(consrv ${CONSRV_SOURCE})
|
||||
add_dependencies(consrv psdk)
|
||||
add_pch(consrv consrv/consrv.h CONSRV_SOURCE)
|
||||
#add_object_library(consrv ${CONSRV_SOURCE})
|
||||
|
||||
|
|
Loading…
Reference in a new issue