aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/gumbo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gumbo/CMakeLists.txt b/ports/gumbo/CMakeLists.txt
index 9c06b6f98..fe239cb8a 100644
--- a/ports/gumbo/CMakeLists.txt
+++ b/ports/gumbo/CMakeLists.txt
@@ -28,5 +28,5 @@ install(
ARCHIVE DESTINATION lib
)
if(NOT DISABLE_INSTALL_HEADERS)
- install(FILES src/gumbo.h DESTINATION include)
+ install(FILES src/gumbo.h src/tag_enum.h DESTINATION include)
endif()