Teemperor / ClangAutoModules

Automatically mounts clang modules for your system libraries (and more)
MIT License
7 stars 1 forks source link

Moved global variables into ClangModules_ namespace. #6

Closed Teemperor closed 7 years ago

Teemperor commented 7 years ago

Otherwise we might overwrite user variables as the main body is just included into the user's CMakeLists.txt and shares it's scope.