bab651a262b3764956207b16ab6d5651180cbba2
[reactos.git] / rostests / winetests / shell32 / CMakeLists.txt
1
2 remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
3
4 add_definitions(
5 -D__ROS_LONG64__
6 -D_DLL -D__USE_CRTIMP)
7
8 list(APPEND SOURCE
9 appbar.c
10 assoc.c
11 autocomplete.c
12 brsfolder.c
13 ebrowser.c
14 generated.c
15 #progman_dde.c FIXME: bug 7233
16 recyclebin.c
17 shelldispatch.c
18 shelllink.c
19 shellole.c
20 shellpath.c
21 shfldr_special.c
22 shlexec.c
23 shlfileop.c
24 shlfolder.c
25 shlview.c
26 string.c
27 systray.c
28 testlist.c
29 rsrc.rc)
30
31 add_executable(shell32_winetest ${SOURCE})
32 target_link_libraries(shell32_winetest wine uuid)
33 set_module_type(shell32_winetest win32cui)
34 add_importlibs(shell32_winetest shell32 ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll)
35 add_cd_file(TARGET shell32_winetest DESTINATION reactos/bin FOR all)