Create a branch for console restructuration work.
[reactos.git] / base / applications / cmdutils / mode / CMakeLists.txt
1
2 add_executable(mode mode.c mode.rc)
3 set_module_type(mode win32cui UNICODE)
4 set_target_properties(mode PROPERTIES SUFFIX ".com")
5
6 add_importlibs(mode user32 msvcrt kernel32)
7 add_cd_file(TARGET mode DESTINATION reactos/system32 FOR all)