mirror of
https://github.com/reactos/reactos.git
synced 2024-11-11 01:04:11 +00:00
0281bf63e6
- 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
5 lines
104 B
CMake
5 lines
104 B
CMake
|
|
add_executable(find find.c find.rc)
|
|
|
|
set_module_type(find win32cui)
|
|
add_importlibs(find user32 msvcrt)
|