diff options
| author | atkawa7 <atkawa7@yahoo.com> | 2017-09-02 17:12:39 -0700 |
|---|---|---|
| committer | atkawa7 <atkawa7@yahoo.com> | 2017-09-02 17:12:39 -0700 |
| commit | 28c10b1a7a63c88035e99b79487a5cb28ed1a07a (patch) | |
| tree | ee888b871ff9605b18a9beba495098eea7cb3b94 | |
| parent | 520b3b3907fc353b0f96452f9066176dd1f61a3d (diff) | |
| download | vcpkg-28c10b1a7a63c88035e99b79487a5cb28ed1a07a.tar.gz vcpkg-28c10b1a7a63c88035e99b79487a5cb28ed1a07a.zip | |
[gumbo] fix missing header
| -rw-r--r-- | ports/gumbo/CMakeLists.txt | 2 |
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() |
