https://git.reactos.org/?p=reactos.git;a=commitdiff;h=3f1265f8c1efd80a279691...
commit 3f1265f8c1efd80a27969150a5807ee8a8da1dda Author: Amine Khaldi amine.khaldi@reactos.org AuthorDate: Sat Oct 26 13:19:05 2019 +0100 Commit: Amine Khaldi amine.khaldi@reactos.org CommitDate: Sat Oct 26 13:19:05 2019 +0100
[D3DCOMPILER_43_WINETEST] Make sure d3dcommon.h is generated before we get to compiling this module. --- modules/rostests/winetests/d3dcompiler_43/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+)
diff --git a/modules/rostests/winetests/d3dcompiler_43/CMakeLists.txt b/modules/rostests/winetests/d3dcompiler_43/CMakeLists.txt index 2fe06983fcc..f2dbf6b067d 100644 --- a/modules/rostests/winetests/d3dcompiler_43/CMakeLists.txt +++ b/modules/rostests/winetests/d3dcompiler_43/CMakeLists.txt @@ -9,5 +9,6 @@ add_executable(d3dcompiler_43_winetest testlist.c)
set_module_type(d3dcompiler_43_winetest win32cui) +add_dependencies(d3dcompiler_43_winetest d3d_idl_headers) add_importlibs(d3dcompiler_43_winetest d3d9 d3dx9_43 user32 msvcrt kernel32) add_rostests_file(TARGET d3dcompiler_43_winetest)