mirror of
https://github.com/reactos/reactos.git
synced 2024-11-09 16:20:37 +00:00
4f0b8d3db0
svn path=/branches/ntvdm/; revision=59241
5 lines
198 B
CMake
5 lines
198 B
CMake
|
|
add_executable(format format.c format.rc)
|
|
set_module_type(format win32cui)
|
|
add_importlibs(format user32 fmifs msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET format DESTINATION reactos/system32 FOR all)
|