1 2list(APPEND SOURCE 3 QueryPoints.c 4 precomp.h) 5 6add_executable(mountmgr_apitest ${SOURCE} testlist.c) 7target_link_libraries(mountmgr_apitest wine ${PSEH_LIB}) 8set_module_type(mountmgr_apitest win32cui) 9add_importlibs(mountmgr_apitest msvcrt kernel32 ntdll) 10add_pch(mountmgr_apitest precomp.h SOURCE) 11add_rostests_file(TARGET mountmgr_apitest) 12