From f19959de304afaff2b3d539c9bef1f493ede5fbd Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 22 Nov 2022 06:27:33 +0200 Subject: Add support for Objective-C/C++ compilation in cc module --- libbuild2/c/init.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libbuild2/c/init.hxx') diff --git a/libbuild2/c/init.hxx b/libbuild2/c/init.hxx index 2662bb1..f324c31 100644 --- a/libbuild2/c/init.hxx +++ b/libbuild2/c/init.hxx @@ -22,6 +22,8 @@ namespace build2 // `c.guess` -- registers and sets some variables. // `c.config` -- loads c.guess and sets more variables. // `c` -- loads c.config and registers target types and rules. + // `c.objc` -- registers m{} target type and enables Objective-C + // compilation. // extern "C" LIBBUILD2_C_SYMEXPORT const module_functions* build2_c_load (); -- cgit v1.1