X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=dll%2Fdirectx%2Fwine%2Fddraw%2FCMakeLists.txt;h=93a002ecacc22023d1a96d316f432171cde13b58;hp=4d6ab9c0872d0217629bbfcaddebd239f1284e24;hb=db7b8d80306c3600742c7db97d13202cde1a32b6;hpb=5ef10219b5b896546a843211849cab2835a447d6;ds=sidebyside diff --git a/dll/directx/wine/ddraw/CMakeLists.txt b/dll/directx/wine/ddraw/CMakeLists.txt index 4d6ab9c0872..93a002ecacc 100644 --- a/dll/directx/wine/ddraw/CMakeLists.txt +++ b/dll/directx/wine/ddraw/CMakeLists.txt @@ -19,7 +19,8 @@ list(APPEND SOURCE vertexbuffer.c viewport.c version.rc - ddraw.def) + ${CMAKE_CURRENT_BINARY_DIR}/ddraw_stubs.c + ${CMAKE_CURRENT_BINARY_DIR}/ddraw.def) add_definitions( -D__WINESRC__ @@ -51,4 +52,4 @@ add_importlibs(ddraw add_dependencies(ddraw wineheaders) add_cab_target(ddraw 1) -add_importlib_target(ddraw.spec) \ No newline at end of file +add_importlib_target(ddraw.spec)