diff options
| author | Nicolai Grodzitski <utromvecherom@gmail.com> | 2018-04-27 00:51:13 +0300 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-04-26 14:51:13 -0700 |
| commit | 8a624f93b7a3915616396b2f958c17b04bec45a3 (patch) | |
| tree | 02c40cd31cb72fd4f78f916b581b225abc35ac3d /ports/python3 | |
| parent | ef594607829ad6ed2bd462a0ddcbb0ee698b3f4f (diff) | |
| download | vcpkg-8a624f93b7a3915616396b2f958c17b04bec45a3.tar.gz vcpkg-8a624f93b7a3915616396b2f958c17b04bec45a3.zip | |
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
Diffstat (limited to 'ports/python3')
0 files changed, 0 insertions, 0 deletions
