reactos/rostests/apitests/advapi32/CMakeLists.txt
Thomas Faber bd748a0cd3 [ADVAPI32_APITEST]
- Add test for QueryServiceConfig2 with SERVICE_CONFIG_DESCRIPTION and SERVICE_CONFIG_FAILURE_ACTIONS. Patch by Hermes Belusca.
- Remove ok_lasterr in favor of ok_err.
See issue #7144 for more details.

svn path=/trunk/; revision=56809
2012-06-27 14:55:22 +00:00

12 lines
350 B
CMake

list(APPEND SOURCE
CreateService.c
QueryServiceConfig2.c
testlist.c)
add_executable(advapi32_apitest ${SOURCE})
target_link_libraries(advapi32_apitest wine)
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)