reactos/base/applications/cmdutils/more/CMakeLists.txt
Amine Khaldi 0281bf63e6 [CMAKE]
- Improve the unicode situation.
- Apply a consistent formatting.
- Improve the unicode modules we have so far.
- Get rid of some rbuildism.
- Overall improvements.

svn path=/branches/cmake-bringup/; revision=48964
2010-10-02 16:09:32 +00:00

6 lines
104 B
CMake

add_executable(more more.c more.rc)
set_module_type(more win32cui)
add_importlibs(more user32 msvcrt)