mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 09:53:01 +08:00
[gumbo] fix missing header
This commit is contained in:
parent
520b3b3907
commit
28c10b1a7a
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user