* Sync up to trunk head (r64829).
[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 add_importlibs(more user32 msvcrt kernel32)
6 add_cd_file(TARGET more DESTINATION reactos/system32 FOR all)