- Update to r53061
[reactos.git] / base / applications / cmdutils / more / CMakeLists.txt
1
2 add_executable(more more.c more.rc)
3
4 set_module_type(more win32cui)
5 add_importlibs(more user32 msvcrt kernel32)
6 add_cd_file(TARGET more DESTINATION reactos/system32 FOR all)