This website requires JavaScript.
Explore
Help
Sign In
3party
/
vcpkg
Watch
0
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2025-01-10 11:28:13 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
vcpkg
/
ports
/
http-parser
/
CONTROL
4 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding http-parser library
2016-11-25 16:33:16 +01:00
Source: http-parser
Improve cmake routine for nodejs/http-parser. (#3283) * Improve cmake routine for nodejs/http-parser. Now it is installed as a propper target and can be searched with `find_package(http-parser REQUIRED)` and then used as a dependency like this: `target_link_libraries(main PRIVATE nodejs::http_parser)`. Also using namespace for referencing http-parser lib, which is safer, although the old name must still work, as names of the binaries remained unchanged. * Remove duplicate variable definition and add newlines at the end of files. * [http-parser] Rename exported targets to "unofficial", since they are not blessed by upstream
2018-04-27 00:51:13 +03:00
Version: 2.7.1-3
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
2017-09-09 00:12:54 -07:00
Description: HTTP Parser.
Reference in New Issue
Copy Permalink