https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7b3faadaf5b0db279fdf4a...
commit 7b3faadaf5b0db279fdf4ab1d65af512d506cc01 Author: Jérôme Gardou jerome.gardou@reactos.org AuthorDate: Tue Oct 20 09:32:00 2020 +0200 Commit: Jérôme Gardou jerome.gardou@reactos.org CommitDate: Tue Oct 20 15:21:00 2020 +0200
[CMAKE] Add target-level dependency between ntdll_apitest and load_notifications --- modules/rostests/apitests/ntdll/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+)
diff --git a/modules/rostests/apitests/ntdll/CMakeLists.txt b/modules/rostests/apitests/ntdll/CMakeLists.txt index c92fa973588..bb2a8cad1f6 100644 --- a/modules/rostests/apitests/ntdll/CMakeLists.txt +++ b/modules/rostests/apitests/ntdll/CMakeLists.txt @@ -97,6 +97,7 @@ target_link_libraries(ntdll_apitest wine uuid ${PSEH_LIB}) set_module_type(ntdll_apitest win32cui) add_importlibs(ntdll_apitest msvcrt advapi32 kernel32 ntdll) add_pch(ntdll_apitest precomp.h "${PCH_SKIP_SOURCE}") +add_dependencies(ntdll_apitest load_notifications)
if(NOT MSVC) set_source_files_properties(RtlGetFullPathName_UstrEx.c PROPERTIES COMPILE_FLAGS "-Wno-format")