mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[MSTASK] Add netapi32 dependency to ensure atsvc_c.h is available.
This commit is contained in:
parent
38c01a8429
commit
789c88c185
1 changed files with 1 additions and 0 deletions
|
@ -25,5 +25,6 @@ add_library(mstask MODULE
|
|||
set_module_type(mstask win32dll)
|
||||
target_link_libraries(mstask uuid wine)
|
||||
add_importlibs(mstask ole32 msvcrt kernel32 ntdll)
|
||||
add_dependencies(mstask netapi32)
|
||||
add_pch(mstask precomp.h SOURCE)
|
||||
add_cd_file(TARGET mstask DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Reference in a new issue