Create a branch for working on csrss and co.
[reactos.git] / base / applications / cmdutils / more / CMakeLists.txt
1
2 set_rc_compiler()
3
4 add_executable(more more.c more.rc)
5
6 set_module_type(more win32cui)
7 add_importlibs(more user32 msvcrt kernel32)
8 add_cd_file(TARGET more DESTINATION reactos/system32 FOR all)