Update dtk-template & README.md
This commit is contained in:
parent
5240be5905
commit
9d5e8cf129
13 changed files with 726 additions and 388 deletions
|
|
@ -23,7 +23,7 @@ include_dirs = [
|
|||
# Add additional include directories here
|
||||
]
|
||||
|
||||
include_pattern = re.compile(r'^#\s*include\s*[<"](.+?)[>"]$')
|
||||
include_pattern = re.compile(r'^#\s*include\s*[<"](.+?)[>"]')
|
||||
guard_pattern = re.compile(r"^#\s*ifndef\s+(.*)$")
|
||||
|
||||
defines = set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue