Rename CSR_CONNECTION_INFO and CONSOLE_CONNECTION_INFO to the same way as BASESRV_API...
[reactos.git] / reactos / 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)