[ROSTESTS]
[reactos.git] / rostests / winetests / imagehlp / CMakeLists.txt
1
2 add_definitions(
3 -D__ROS_LONG64__
4 -D_DLL -D__USE_CRTIMP)
5
6 list(APPEND SOURCE
7 image.c
8 integrity.c
9 testlist.c)
10
11 add_executable(imagehlp_winetest ${SOURCE})
12 target_link_libraries(imagehlp_winetest wine uuid)
13 set_module_type(imagehlp_winetest win32cui)
14 add_importlibs(imagehlp_winetest advapi32 msvcrt kernel32 ntdll)
15 add_cd_file(TARGET imagehlp_winetest DESTINATION reactos/bin FOR all)