reactos/modules/rostests/apitests/advapi32/CMakeLists.txt

29 lines
729 B
CMake
Raw Normal View History

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
ServiceNetwork.c
svchlp.c
2017-12-12 11:44:32 +00:00
precomp.h)
2017-12-12 11:44:32 +00:00
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 iphlpapi ws2_32 msvcrt kernel32 ntdll)
2017-12-12 11:44:32 +00:00
add_pch(advapi32_apitest precomp.h SOURCE)
add_rostests_file(TARGET advapi32_apitest)