cppHeaderFileInclude {
  \.h$
  \.hpp$
  \.inc$
}

cppSrcFileInclude {
  \.cpp$
}

includeOtherLibs {
  ^fmt/
  ^gtest/
  ^opencv2/
  ^wpi/
}
