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