1
2add_executable(winver winver.c winver.rc)
3set_module_type(winver win32gui UNICODE)
4add_importlibs(winver shell32 comctl32 msvcrt kernel32)
5add_cd_file(TARGET winver DESTINATION reactos/system32 FOR all)
6