add_executable(grep src/grep.cpp)
target_link_libraries(grep PUBLIC Poco::Foundation)