[STRMBASE] Sync with Wine Staging 1.7.55. CORE-10536
[reactos.git] / reactos / lib / 3rdparty / strmbase / CMakeLists.txt
1
2 remove_definitions(-D_WIN32_WINNT=0x502 -DWINVER=0x502)
3 add_definitions(-D_WIN32_WINNT=0x600 -DWINVER=0x600)
4
5 include_directories(${REACTOS_SOURCE_DIR}/include/reactos/wine)
6 add_definitions(-D__WINESRC__)
7
8 list(APPEND SOURCE
9 audio.c
10 dispatch.c
11 dllfunc.c
12 enumpins.c
13 filter.c
14 mediatype.c
15 outputqueue.c
16 pin.c
17 pospass.c
18 qualitycontrol.c
19 renderer.c
20 seeking.c
21 transform.c
22 video.c
23 window.c
24 strmbase_private.h)
25
26 add_library(strmbase ${SOURCE})
27 add_pch(strmbase strmbase_private.h SOURCE)
28 add_dependencies(strmbase psdk dxsdk)