[EVENTLOG] Register .evt file extension so that we can open event log files from...
[reactos.git] / base / applications / mscutils / eventvwr / CMakeLists.txt
1
2 list(APPEND SOURCE
3 eventvwr.c
4 evtdetctl.c
5 eventvwr.h)
6
7 file(GLOB eventvwr_rc_deps res/*.*)
8 add_rc_deps(eventvwr.rc ${eventvwr_rc_deps})
9 add_executable(eventvwr ${SOURCE} eventvwr.rc)
10 add_pch(eventvwr eventvwr.h SOURCE)
11 set_module_type(eventvwr win32gui UNICODE)
12 target_link_libraries(eventvwr ${PSEH_LIB})
13 add_importlibs(eventvwr user32 gdi32 comctl32 comdlg32 advapi32 shell32 shlwapi msvcrt kernel32 ntdll)
14
15 add_cd_file(TARGET eventvwr DESTINATION reactos/system32 FOR all)