Update coding style to correctly ignore SGCT inline files in apps folder

Update ghoul repository
This commit is contained in:
Alexander Bock
2018-10-17 08:30:55 +00:00
parent 4c4e12f181
commit 700fd60295
3 changed files with 5 additions and 5 deletions

View File

@@ -633,7 +633,7 @@ check_files(
)
check_files(
[basePath + 'apps/**/*.inl'],
[basePath + 'apps/**/ext/**/*.h'],
[basePath + 'apps/**/ext/**/*.inl'],
'openspace_app',
check_inline_file
)