]> git.tdb.fi Git - builder.git/blobdiff - source/clangobjccompiler.h
Add target and tools for compiling Objective-C sources
[builder.git] / source / clangobjccompiler.h
diff --git a/source/clangobjccompiler.h b/source/clangobjccompiler.h
new file mode 100644 (file)
index 0000000..64b96d0
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef CLANGOBJCCOMPILER_H_
+#define CLANGOBJCCOMPILER_H_
+
+#include "gnuobjccompiler.h"
+
+class ClangObjCCompiler: public GnuObjCCompiler
+{
+public:
+       ClangObjCCompiler(Builder &, const Architecture &);
+};
+
+#endif