[CMAKE]
[reactos.git] / reactos / 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 comdlg32 advapi32 msvcrt kernel32)
5
6 if(MSVC)
7 add_importlibs(eventvwr ntdll)
8 endif()
9
10 add_cd_file(TARGET eventvwr DESTINATION reactos/system32 FOR all)