From 333120e9eb2260f8aa29564647ac2005cf8d3d51 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Wed, 16 Feb 2011 13:30:37 +0000 Subject: [PATCH] - Fix build d3d8 svn path=/branches/cmake-bringup/; revision=50736 --- dll/directx/wine/d3d8/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dll/directx/wine/d3d8/CMakeLists.txt b/dll/directx/wine/d3d8/CMakeLists.txt index 5a6f51b2f13..07ac3e0680b 100644 --- a/dll/directx/wine/d3d8/CMakeLists.txt +++ b/dll/directx/wine/d3d8/CMakeLists.txt @@ -29,6 +29,7 @@ list(APPEND SOURCE volume.c volumetexture.c version.rc + ${REACTOS_BINARY_DIR}/include/reactos/wine/wined3d_i.c ${CMAKE_CURRENT_BINARY_DIR}/d3d8.def) add_library(d3d8 SHARED ${SOURCE})