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