* The Shell.. for a long time we dreamed of having a compatible, properly working...
[reactos.git] / reactos / base / system / format / CMakeLists.txt
1
2 add_executable(format format.c format.rc)
3 set_module_type(format win32cui)
4 set_target_properties(format PROPERTIES SUFFIX ".com")
5 add_importlibs(format user32 fmifs msvcrt kernel32 ntdll)
6 add_cd_file(TARGET format DESTINATION reactos/system32 FOR all)