* Sync to trunk HEAD (r53318).
[reactos.git] / base / applications / mscutils / eventvwr / CMakeLists.txt
1
2 set_unicode()
3 set_rc_compiler()
4
5 add_executable(eventvwr eventvwr.c eventvwr.rc)
6
7 set_module_type(eventvwr win32gui)
8 add_importlibs(eventvwr user32 comctl32 advapi32 msvcrt kernel32)
9
10 if(MSVC)
11 add_importlibs(eventvwr ntdll)
12 endif()
13
14 add_cd_file(TARGET eventvwr DESTINATION reactos/system32 FOR all)