cppHeaderFileInclude {
  \.hpp$
}

cppSrcFileInclude {
  \.cpp$
}

includeOtherLibs {
  ^Eigen/
  ^gch/
}
