mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
12 lines
327 B
CMake
12 lines
327 B
CMake
|
|
list(APPEND SOURCE
|
|
devclass.c
|
|
SetupDiInstallClassExA.c
|
|
SetupInstallServicesFromInfSectionEx.c
|
|
testlist.c)
|
|
|
|
add_executable(setupapi_apitest ${SOURCE})
|
|
set_module_type(setupapi_apitest win32cui)
|
|
add_importlibs(setupapi_apitest advapi32 setupapi user32 msvcrt kernel32)
|
|
add_rostests_file(TARGET setupapi_apitest)
|