mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[CMAKE] Add target-level dependency between ntdll_apitest and load_notifications
This commit is contained in:
parent
971b3223ba
commit
7b3faadaf5
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ target_link_libraries(ntdll_apitest wine uuid ${PSEH_LIB})
|
||||||
set_module_type(ntdll_apitest win32cui)
|
set_module_type(ntdll_apitest win32cui)
|
||||||
add_importlibs(ntdll_apitest msvcrt advapi32 kernel32 ntdll)
|
add_importlibs(ntdll_apitest msvcrt advapi32 kernel32 ntdll)
|
||||||
add_pch(ntdll_apitest precomp.h "${PCH_SKIP_SOURCE}")
|
add_pch(ntdll_apitest precomp.h "${PCH_SKIP_SOURCE}")
|
||||||
|
add_dependencies(ntdll_apitest load_notifications)
|
||||||
|
|
||||||
if(NOT MSVC)
|
if(NOT MSVC)
|
||||||
set_source_files_properties(RtlGetFullPathName_UstrEx.c PROPERTIES COMPILE_FLAGS "-Wno-format")
|
set_source_files_properties(RtlGetFullPathName_UstrEx.c PROPERTIES COMPILE_FLAGS "-Wno-format")
|
||||||
|
|
Loading…
Reference in a new issue