X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fdirectx%2Fwine%2Fd3dx9_30%2FCMakeLists.txt;h=44775783141791a9fec894f123934c29fe1911cc;hp=558c8671901545afeb98e562cea81c216ee0ec32;hb=db7b8d80306c3600742c7db97d13202cde1a32b6;hpb=306ed4d40b29d4626c13c3721d6b82229fed3164 diff --git a/dll/directx/wine/d3dx9_30/CMakeLists.txt b/dll/directx/wine/d3dx9_30/CMakeLists.txt index 558c8671901..44775783141 100644 --- a/dll/directx/wine/d3dx9_30/CMakeLists.txt +++ b/dll/directx/wine/d3dx9_30/CMakeLists.txt @@ -5,6 +5,7 @@ spec2def(d3dx9_30.dll d3dx9_30.spec) list(APPEND SOURCE d3dx9_30_main.c version.rc + ${CMAKE_CURRENT_BINARY_DIR}/d3dx9_30_stubs.c ${CMAKE_CURRENT_BINARY_DIR}/d3dx9_30.def) add_definitions(-D__WINESRC__) @@ -19,6 +20,7 @@ target_link_libraries(d3dx9_30 add_importlibs(d3dx9_30 d3d9 + d3dx9_36 user32 gdi32 advapi32 @@ -28,4 +30,4 @@ add_importlibs(d3dx9_30 ntdll) add_dependencies(d3dx9_30 wineheaders) -add_cab_target(d3dx9_30 1) \ No newline at end of file +add_cab_target(d3dx9_30 1)