[RTL]
[reactos.git] / base / applications / findstr / CMakeLists.txt
1
2 set_rc_compiler()
3
4 add_executable(findstr findstr.c findstr.rc)
5
6 set_module_type(findstr win32cui)
7 add_importlibs(findstr user32 msvcrt kernel32)
8 add_cd_file(TARGET findstr DESTINATION reactos/system32 FOR all)