mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
7 lines
153 B
CMake
7 lines
153 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(winver winver.c)
|
|
set_module_type(winver win32gui)
|
|
add_importlibs(winver shell32 msvcrt kernel32)
|
|
add_cab_target(winver 1)
|