This website requires JavaScript.
Explore
Help
Sign In
mirror
/
vcpkg
Watch
1
Star
0
Fork
0
You've already forked vcpkg
mirror of
https://github.com/microsoft/vcpkg.git
synced
2024-12-26 11:40:24 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
2cfcdd174a
vcpkg
/
ports
/
http-parser
/
CONTROL
4 lines
63 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Adding http-parser library
2016-11-25 23:33:16 +08: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 05:51:13 +08:00
Version: 2.7.1-3
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)
2017-09-09 15:12:54 +08:00
Description: HTTP Parser.
Reference in New Issue
Copy Permalink