1
2list(APPEND SOURCE
3    eventvwr.c
4    evtdetctl.c
5    eventvwr.h)
6
7file(GLOB eventvwr_rc_deps res/*.*)
8add_rc_deps(eventvwr.rc ${eventvwr_rc_deps})
9add_executable(eventvwr ${SOURCE} eventvwr.rc)
10add_pch(eventvwr eventvwr.h SOURCE)
11set_module_type(eventvwr win32gui UNICODE)
12target_link_libraries(eventvwr ${PSEH_LIB})
13add_importlibs(eventvwr user32 gdi32 comctl32 comdlg32 advapi32 shell32 shlwapi msvcrt kernel32 ntdll)
14
15add_cd_file(TARGET eventvwr DESTINATION reactos/system32 FOR all)
16