[CMAKE]
[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_cab_target(more 1)