Branching for 0.3.15 release after two days of no response from a certain sphere...
[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)