[CMAKE]
[reactos.git] / base / applications / cmdutils / more / CMakeLists.txt
1 add_executable(more
2 more.c
3 more.rc)
4
5 set_module_type(more win32cui)
6
7 set_unicode(more no)
8
9 add_importlibs(more ntdll user32 msvcrt)