mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
98fc88e3d5
svn path=/trunk/; revision=70224
17 lines
396 B
CMake
17 lines
396 B
CMake
|
|
list(APPEND SOURCE
|
|
devinst.c
|
|
dialog.c
|
|
diskspace.c
|
|
install.c
|
|
misc.c
|
|
parser.c
|
|
query.c
|
|
setupcab.c
|
|
stringtable.c
|
|
testlist.c)
|
|
|
|
add_executable(setupapi_winetest ${SOURCE})
|
|
set_module_type(setupapi_winetest win32cui)
|
|
add_importlibs(setupapi_winetest advapi32 setupapi user32 msvcrt kernel32)
|
|
add_cd_file(TARGET setupapi_winetest DESTINATION reactos/bin FOR all)
|