mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
7538d3e725
- Move the devclass test to apitests, since it is not a Wine test svn path=/trunk/; revision=62975
16 lines
383 B
CMake
16 lines
383 B
CMake
|
|
list(APPEND SOURCE
|
|
devinst.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)
|