Skip to content

Commit

Permalink
Add missing llhttp to install target (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
bghgary authored Sep 5, 2024
1 parent 50acc03 commit 9d586ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Install/Install.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ install_targets(napi)
install_include_for_targets(napi)

if(NAPI_JAVASCRIPT_ENGINE STREQUAL "V8" AND JSRUNTIMEHOST_CORE_APPRUNTIME_V8_INSPECTOR)
install_targets(v8inspector)
install_targets(llhttp_static v8inspector)
endif()

# Manually install the JSI headers
Expand Down

0 comments on commit 9d586ee

Please sign in to comment.