[CMAKE]
[reactos.git] / base / applications / winver / CMakeLists.txt
1
2 set_unicode()
3
4 add_executable(winver winver.c)
5 set_module_type(winver win32gui)
6 add_importlibs(winver shell32 msvcrt kernel32)
7 add_cab_target(winver 1)