mirror of
https://github.com/reactos/reactos.git
synced 2025-01-05 22:12:46 +00:00
[CMAKE]
* Fix psdk and dxsdk in the USER_WDK_HEADERS mode. svn path=/trunk/; revision=52440
This commit is contained in:
parent
9622e8516f
commit
b1bcc80fd3
2 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
|
||||
include_directories(${REACTOS_SOURCE_DIR}/include/psdk)
|
||||
|
||||
list(APPEND SOURCE
|
||||
amstream.idl
|
||||
amvideo.idl
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
|
||||
add_definitions(-D_MIDL_USE_GUIDDEF_)
|
||||
|
||||
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
||||
|
||||
list(APPEND SOURCE
|
||||
# access.idl
|
||||
activaut.idl
|
||||
|
|
Loading…
Reference in a new issue