Synchronize with trunk's revision r57652.
[reactos.git] / base / applications / dxdiag / CMakeLists.txt
1
2 set_rc_compiler()
3
4 list(APPEND SOURCE
5 system.c
6 display.c
7 sound.c
8 music.c
9 input.c
10 network.c
11 help.c
12 dxdiag.c
13 dxdiag.rc
14 ddtest.c
15 d3dtest.c
16 d3dtest7.c
17 d3dtest8.c
18 d3dtest9.c)
19
20 add_executable(dxdiag ${SOURCE})
21
22 set_module_type(dxdiag win32gui UNICODE)
23
24 target_link_libraries(dxdiag dxguid)
25
26 add_importlibs(dxdiag user32 advapi32 comctl32 dinput8 setupapi dsound ddraw version gdi32 winmm d3d9 msvcrt kernel32 ntdll)
27
28 add_pch(dxdiag precomp.h)
29
30 add_cd_file(TARGET dxdiag DESTINATION reactos/system32 FOR all)