mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
27 lines
692 B
CMake
27 lines
692 B
CMake
|
|
list(APPEND SOURCE
|
|
CreateService.c
|
|
DuplicateTokenEx.c
|
|
eventlog.c
|
|
HKEY_CLASSES_ROOT.c
|
|
IsTextUnicode.c
|
|
LockServiceDatabase.c
|
|
QueryServiceConfig2.c
|
|
RegEnumKey.c
|
|
RegEnumValueW.c
|
|
RegOpenKeyExW.c
|
|
RegQueryInfoKey.c
|
|
RegQueryValueExW.c
|
|
RtlEncryptMemory.c
|
|
SaferIdentifyLevel.c
|
|
ServiceArgs.c
|
|
ServiceEnv.c
|
|
svchlp.c
|
|
precomp.h)
|
|
|
|
add_executable(advapi32_apitest ${SOURCE} testlist.c)
|
|
target_link_libraries(advapi32_apitest wine ${PSEH_LIB})
|
|
set_module_type(advapi32_apitest win32cui)
|
|
add_importlibs(advapi32_apitest advapi32 msvcrt kernel32 ntdll)
|
|
add_pch(advapi32_apitest precomp.h SOURCE)
|
|
add_rostests_file(TARGET advapi32_apitest)
|