| .. | ||
| files | ||
| solution | ||
| CMakeLists.txt | ||
| README.md | ||
| searcher.cpp | ||
Linux compilation
> mkdir build
> cd build
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make
Exercise
- Open project searcher
- Implement function
searchFileswhich returns all files containingkeyWord.