- Fix build of msdmo
authorJohannes Anderwald <johannes.anderwald@reactos.org>
Wed, 16 Feb 2011 13:24:36 +0000 (13:24 +0000)
committerJohannes Anderwald <johannes.anderwald@reactos.org>
Wed, 16 Feb 2011 13:24:36 +0000 (13:24 +0000)
svn path=/branches/cmake-bringup/; revision=50735

dll/directx/msdmo/CMakeLists.txt

index aee95ae..ae1b3f2 100644 (file)
@@ -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)