aboutsummaryrefslogtreecommitdiff
path: root/ports/rtabmap/vcpkg.json
diff options
context:
space:
mode:
authorPhoebe <20694052+PhoebeHui@users.noreply.github.com>2020-11-07 05:20:47 +0800
committerGitHub <noreply@github.com>2020-11-06 13:20:47 -0800
commit5b2d824a2ed857c63ef1c692aee35af708bbc2dc (patch)
tree560895b449a836ca12cde756c88ad24d67cd14b3 /ports/rtabmap/vcpkg.json
parentd218ca7e6f6eab8679d2e968b43a208e689ac920 (diff)
downloadvcpkg-5b2d824a2ed857c63ef1c692aee35af708bbc2dc.tar.gz
vcpkg-5b2d824a2ed857c63ef1c692aee35af708bbc2dc.zip
[vcpkg baseline][rtabmap] Fix dependency issue when build tools (#14426)
* [vcpkg baseline][rtabmap] Fix dependency issue when build tools * Format vcpkg.json * Fix copy tools
Diffstat (limited to 'ports/rtabmap/vcpkg.json')
-rw-r--r--ports/rtabmap/vcpkg.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/ports/rtabmap/vcpkg.json b/ports/rtabmap/vcpkg.json
index be7d89246..ef458fd62 100644
--- a/ports/rtabmap/vcpkg.json
+++ b/ports/rtabmap/vcpkg.json
@@ -9,5 +9,13 @@
"opencv",
"pcl",
"zlib"
- ]
+ ],
+ "features": {
+ "tools": {
+ "description": "Build tools",
+ "dependencies": [
+ "yaml-cpp"
+ ]
+ }
+ }
}