2010-12-07 11:40:10 +00:00
|
|
|
|
|
|
|
list(APPEND SOURCE
|
|
|
|
devinst.c
|
2015-11-30 22:25:50 +00:00
|
|
|
dialog.c
|
2012-05-19 14:09:14 +00:00
|
|
|
diskspace.c
|
2010-12-07 11:40:10 +00:00
|
|
|
install.c
|
|
|
|
misc.c
|
|
|
|
parser.c
|
|
|
|
query.c
|
|
|
|
setupcab.c
|
|
|
|
stringtable.c
|
|
|
|
testlist.c)
|
|
|
|
|
2016-07-03 11:54:30 +00:00
|
|
|
add_executable(setupapi_winetest ${SOURCE} setupapi.rc)
|
2010-12-07 11:40:10 +00:00
|
|
|
set_module_type(setupapi_winetest win32cui)
|
2016-07-03 11:54:30 +00:00
|
|
|
add_importlibs(setupapi_winetest advapi32 setupapi user32 msvcrt kernel32 ntdll)
|
2011-05-14 20:55:36 +00:00
|
|
|
add_cd_file(TARGET setupapi_winetest DESTINATION reactos/bin FOR all)
|