Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 247 Bytes

File metadata and controls

16 lines (11 loc) · 247 Bytes

#jyt-glob-include

include all files that match a certain pattern with jyt.

usage:

#include "glob-include.hpp"
glob::globInclude("./test/*.cpp");

ToDo:

  • allow more patterns
  • replace Glob class
  • handle paths correctly (./xxx vs xxx)