8de258c20eec53173254c569ac9c452be7eb08a2
[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)