* The Shell.. for a long time we dreamed of having a compatible, properly working...
[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)