mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 08:08:38 +00:00
9600755aaa
- Add a test for calling RegQueryInfoKey with different access rights CORE-9719 svn path=/trunk/; revision=67848
18 lines
515 B
CMake
18 lines
515 B
CMake
|
|
list(APPEND SOURCE
|
|
CreateService.c
|
|
DuplicateTokenEx.c
|
|
HKEY_CLASSES_ROOT.c
|
|
LockDatabase.c
|
|
QueryServiceConfig2.c
|
|
RegEnumValueW.c
|
|
RegQueryInfoKey.c
|
|
RtlEncryptMemory.c
|
|
SaferIdentifyLevel.c
|
|
testlist.c)
|
|
|
|
add_executable(advapi32_apitest ${SOURCE})
|
|
target_link_libraries(advapi32_apitest wine ${PSEH_LIB})
|
|
set_module_type(advapi32_apitest win32cui)
|
|
add_importlibs(advapi32_apitest advapi32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET advapi32_apitest DESTINATION reactos/bin FOR all)
|