1f81d67f3dd83c11c1514e104d15116a2d03f1c2
[reactos.git] / rostests / winetests / iphlpapi / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 add_executable(iphlpapi_winetest iphlpapi.c testlist.c)
7 target_link_libraries(iphlpapi_winetest wine)
8 set_module_type(iphlpapi_winetest win32cui)
9 add_importlibs(iphlpapi_winetest msvcrt kernel32 ntdll)