Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 314 Bytes

Crossplatform application for finding substring in files in selected directory.

cmake build:

$ cmake -DCMAKE_BUILD_TYPE=Release .
$ make

Instead of -DCMAKE_BUILD_TYPE=Release you may use -DCMAKE_BUILD_TYPE=Debug or other configuration.