aboutsummaryrefslogtreecommitdiff
path: root/ports/python3
diff options
context:
space:
mode:
authorNicolai Grodzitski <utromvecherom@gmail.com>2018-04-27 00:51:13 +0300
committerRobert Schumacher <roschuma@microsoft.com>2018-04-26 14:51:13 -0700
commit8a624f93b7a3915616396b2f958c17b04bec45a3 (patch)
tree02c40cd31cb72fd4f78f916b581b225abc35ac3d /ports/python3
parentef594607829ad6ed2bd462a0ddcbb0ee698b3f4f (diff)
downloadvcpkg-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