diff options
Diffstat (limited to 'mesonbuild/compilers/__init__.py')
| -rw-r--r-- | mesonbuild/compilers/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesonbuild/compilers/__init__.py b/mesonbuild/compilers/__init__.py index 5de0e5976..3c06f3803 100644 --- a/mesonbuild/compilers/__init__.py +++ b/mesonbuild/compilers/__init__.py @@ -89,6 +89,7 @@ __all__ = [ 'SunFortranCompiler', 'SwiftCompiler', 'ValaCompiler', + 'VisualStudioLikeCompiler', 'VisualStudioCCompiler', 'VisualStudioCPPCompiler', ] @@ -120,6 +121,7 @@ from .compilers import ( GnuCompiler, IntelCompiler, CcrxCompiler, + VisualStudioLikeCompiler, ) from .c import ( CCompiler, |
