This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
cemu-vcpkg
Watch
2
Star
0
Fork
0
You've already forked cemu-vcpkg
mirror of
https://github.com/cemu-project/vcpkg.git
synced
2025-02-24 11:37:12 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cemu-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