We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c01a8 commit 789c88cCopy full SHA for 789c88c
dll/win32/mstask/CMakeLists.txt
@@ -25,5 +25,6 @@ add_library(mstask MODULE
25
set_module_type(mstask win32dll)
26
target_link_libraries(mstask uuid wine)
27
add_importlibs(mstask ole32 msvcrt kernel32 ntdll)
28
+add_dependencies(mstask netapi32)
29
add_pch(mstask precomp.h SOURCE)
30
add_cd_file(TARGET mstask DESTINATION reactos/system32 FOR all)
0 commit comments