mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
6 lines
239 B
Text
6 lines
239 B
Text
|
|
||
|
add_executable(faultrep_winetest faultrep.c testlist.c)
|
||
|
set_module_type(faultrep_winetest win32cui)
|
||
|
add_importlibs(faultrep_winetest faultrep advapi32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET faultrep_winetest DESTINATION reactos/bin FOR all)
|