summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorEsun Kim <veblush@google.com>2019-07-30 15:43:50 -0700
committerEsun Kim <veblush@google.com>2019-07-30 15:43:50 -0700
commit7a1e6aa84ba857d2e3cdc6e5fd50e3bda210c164 (patch)
treeb4bc5af6bb92804bae676dd32c3b21cdd78972aa /CMakeLists.txt
parentf179e23e5b9f502cce9a2b9fa6a918d1a689758b (diff)
Support MSVC prior to 2015
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c1c45df..836c5ff 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -66,6 +66,7 @@ add_library(upb
upb/generated_util.h
upb/msg.c
upb/msg.h
+ upb/port.c
upb/port_def.inc
upb/port_undef.inc
upb/table.c
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback