mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
10 lines
No EOL
194 B
CMake
10 lines
No EOL
194 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(eventvwr eventvwr.c eventvwr.rc)
|
|
|
|
set_module_type(eventvwr win32gui)
|
|
|
|
add_importlibs(eventvwr user32 comctl32 advapi32 msvcrt kernel32)
|
|
|
|
add_cab_target(eventvwr 1) |