reactos/rostests/winetests/icmp/CMakeLists.txt
Amine Khaldi c0e495f046 [CMAKE]
* Addendum to r64795.
* Also remove unneeded wine linking and ntdll importing.
* Remove redundant defines.

svn path=/trunk/; revision=64796
2014-10-17 23:29:24 +00:00

7 lines
259 B
CMake

add_executable(icmp_winetest icmp.c testlist.c)
target_link_libraries(icmp_winetest wine uuid)
set_module_type(icmp_winetest win32cui)
add_importlibs(icmp_winetest icmp msvcrt kernel32 ntdll)
add_cd_file(TARGET icmp_winetest DESTINATION reactos/bin FOR all)