6a86af353a94aca25f70d728f0a493ada435e417
[reactos.git] / rostests / apitests / advapi32 / CMakeLists.txt
1
2 list(APPEND SOURCE
3 CreateService.c
4 DuplicateTokenEx.c
5 eventlog.c
6 HKEY_CLASSES_ROOT.c
7 IsTextUnicode.c
8 LockDatabase.c
9 QueryServiceConfig2.c
10 RegEnumValueW.c
11 RegQueryInfoKey.c
12 RtlEncryptMemory.c
13 SaferIdentifyLevel.c
14 testlist.c)
15
16 add_executable(advapi32_apitest ${SOURCE})
17 target_link_libraries(advapi32_apitest wine ${PSEH_LIB})
18 set_module_type(advapi32_apitest win32cui)
19 add_importlibs(advapi32_apitest advapi32 msvcrt kernel32 ntdll)
20 add_cd_file(TARGET advapi32_apitest DESTINATION reactos/bin FOR all)