diff --git a/dll/directx/msdmo/CMakeLists.txt b/dll/directx/msdmo/CMakeLists.txt index aee95ae3d23..ae1b3f21f86 100644 --- a/dll/directx/msdmo/CMakeLists.txt +++ b/dll/directx/msdmo/CMakeLists.txt @@ -11,6 +11,7 @@ add_library(msdmo SHARED dmort.c stubs.c rsrc.rc + ${REACTOS_BINARY_DIR}/include/dxsdk/mediaobj_i.c ${CMAKE_CURRENT_BINARY_DIR}/msdmo.def) set_entrypoint(msdmo 0)