[DX10GUID]
authorAmine Khaldi <amine.khaldi@reactos.org>
Wed, 1 Oct 2014 11:03:51 +0000 (11:03 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Wed, 1 Oct 2014 11:03:51 +0000 (11:03 +0000)
* Add missing d3d_idl_headers dependency. Spotted by Thomas Kriese.
CORE-8588 #resolve #comment Fixed in r64434. Thanks!

svn path=/trunk/; revision=64435

reactos/lib/sdk/dxguid/CMakeLists.txt

index 22cb45e..4211c0f 100644 (file)
@@ -3,4 +3,4 @@ add_library(dxguid dxguid-mingw.c)
 add_library(dx10guid dx10guid.c)
 
 add_dependencies(dxguid psdk)
 add_library(dx10guid dx10guid.c)
 
 add_dependencies(dxguid psdk)
-add_dependencies(dx10guid psdk)
+add_dependencies(dx10guid psdk d3d_idl_headers)