From e94ac4f75717f2bd1a617e5633cd502106748475 Mon Sep 17 00:00:00 2001 From: Josh Haberman Date: Wed, 22 Aug 2018 23:15:12 -0700 Subject: Moved upb_msg parts that depend on def to a separate msgfactory.{c,h}. Also got rid of the premature "v1" business that was attempting to create a binary compatibility story. Also added an in-progress CMakeLists.txt file. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f78c950..3c87d9d 100644 --- a/Makefile +++ b/Makefile @@ -154,6 +154,7 @@ upb_SRCS = \ upb/encode.c \ upb/handlers.c \ upb/msg.c \ + upb/msgfactory.c \ upb/refcounted.c \ upb/sink.c \ upb/table.c \ -- cgit v1.2.3