mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:26:17 +00:00
[CMAKE]
- Fix msdmo build. Really. svn path=/branches/cmake-bringup/; revision=50785
This commit is contained in:
parent
ff62e63d04
commit
00f9ce17fc
2 changed files with 3 additions and 4 deletions
|
@ -11,14 +11,11 @@ add_library(msdmo SHARED
|
||||||
dmort.c
|
dmort.c
|
||||||
stubs.c
|
stubs.c
|
||||||
rsrc.rc
|
rsrc.rc
|
||||||
#${REACTOS_BINARY_DIR}/include/dxsdk/mediaobj_i.c
|
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/msdmo.def)
|
${CMAKE_CURRENT_BINARY_DIR}/msdmo.def)
|
||||||
|
|
||||||
set_entrypoint(msdmo 0)
|
set_entrypoint(msdmo 0)
|
||||||
|
|
||||||
target_link_libraries(msdmo
|
target_link_libraries(msdmo uuid wine mediaobj_guid)
|
||||||
uuid
|
|
||||||
wine)
|
|
||||||
|
|
||||||
add_importlibs(msdmo
|
add_importlibs(msdmo
|
||||||
user32
|
user32
|
||||||
|
|
|
@ -25,3 +25,5 @@ list(APPEND SOURCE
|
||||||
)
|
)
|
||||||
|
|
||||||
add_idl_headers(dxsdk ${SOURCE})
|
add_idl_headers(dxsdk ${SOURCE})
|
||||||
|
|
||||||
|
add_iid_library(mediaobj_guid mediaobj.idl)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue