mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 03:27:31 +00:00
c0e495f046
* Addendum to r64795. * Also remove unneeded wine linking and ntdll importing. * Remove redundant defines. svn path=/trunk/; revision=64796
7 lines
259 B
CMake
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)
|