[WINVER]: Remove wine'isms and add a resource file.
[reactos.git] / reactos / base / applications / winver / CMakeLists.txt
1
2 add_executable(winver winver.c winver.rc)
3 set_module_type(winver win32gui UNICODE)
4 add_importlibs(winver shell32 msvcrt kernel32)
5 add_cd_file(TARGET winver DESTINATION reactos/system32 FOR all)