mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
10 lines
No EOL
155 B
CMake
10 lines
No EOL
155 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) |