1 2list(APPEND SOURCE 3 notificationtest.c) 4 5add_executable(notificationtest ${SOURCE}) 6target_link_libraries(notificationtest wine ${PSEH_LIB}) 7set_module_type(notificationtest win32cui) 8add_importlibs(notificationtest gdi32 user32 shlwapi msvcrt kernel32 ntdll) 9add_rostests_file(TARGET notificationtest SUBDIR suppl) 10