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