mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
5 lines
239 B
CMake
5 lines
239 B
CMake
|
|
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)
|