540a7c71ea2d77b468fba51fb848c3db93adf60c
[reactos.git] / rostests / winetests / urlmon / CMakeLists.txt
1
2 remove_definitions(-DWINVER=0x502 -D_WIN32_IE=0x600 -D_WIN32_WINNT=0x502)
3
4 add_definitions(-D__ROS_LONG64__)
5
6 list(APPEND SOURCE
7 generated.c
8 misc.c
9 protocol.c
10 sec_mgr.c
11 stream.c
12 uri.c
13 url.c
14 testlist.c)
15
16 add_executable(urlmon_winetest ${SOURCE})
17 target_link_libraries(urlmon_winetest wine uuid)
18 set_module_type(urlmon_winetest win32cui)
19 add_importlibs(urlmon_winetest urlmon wininet ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll)
20 add_cd_file(TARGET urlmon_winetest DESTINATION reactos/bin FOR all)