[CMAKE]
[reactos.git] / rostests / winetests / urlmon / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
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 ole32 oleaut32 user32 advapi32 msvcrt kernel32 ntdll)
20 add_cab_target(urlmon_winetest 7)