mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
16 lines
405 B
Text
16 lines
405 B
Text
|
|
||
|
add_definitions(
|
||
|
-D__ROS_LONG64__
|
||
|
-D_DLL -D__USE_CRTIMP)
|
||
|
|
||
|
list(APPEND SOURCE
|
||
|
image.c
|
||
|
integrity.c
|
||
|
testlist.c)
|
||
|
|
||
|
add_executable(imagehlp_winetest ${SOURCE})
|
||
|
target_link_libraries(imagehlp_winetest wine uuid)
|
||
|
set_module_type(imagehlp_winetest win32cui)
|
||
|
add_importlibs(imagehlp_winetest advapi32 msvcrt kernel32 ntdll)
|
||
|
add_cd_file(TARGET imagehlp_winetest DESTINATION reactos/bin FOR all)
|