mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
12 lines
282 B
CMake
12 lines
282 B
CMake
|
|
add_definitions(-DUSE_WINE_TODOS)
|
|
|
|
list(APPEND SOURCE
|
|
image.c
|
|
integrity.c
|
|
testlist.c)
|
|
|
|
add_executable(imagehlp_winetest ${SOURCE})
|
|
set_module_type(imagehlp_winetest win32cui)
|
|
add_importlibs(imagehlp_winetest msvcrt kernel32)
|
|
add_rostests_file(TARGET imagehlp_winetest)
|