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