* Sync up to trunk head (r60691).
[reactos.git] / base / applications / findstr / CMakeLists.txt
1
2 add_executable(findstr findstr.c findstr.rc)
3 set_module_type(findstr win32cui)
4 add_importlibs(findstr user32 msvcrt kernel32)
5 add_cd_file(TARGET findstr DESTINATION reactos/system32 FOR all)