Skip to content

Commit 217c0ab

Browse files
committed
Fix vcpkg overlay dependencies
1 parent 9b11c64 commit 217c0ab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

vcpkg-overlay/ports/time-shield-cpp/vcpkg.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33
"version": "1.0.2",
44
"description": "Header-only C++ library for time conversions, formatting, and utilities.",
55
"homepage": "https://github.com/NewYaroslav/time-shield-cpp",
6-
"license": "MIT"
6+
"license": "MIT",
7+
"dependencies": [
8+
"vcpkg-cmake",
9+
"vcpkg-cmake-config"
10+
]
711
}

0 commit comments

Comments
 (0)