We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9af089d commit 4ac40ccCopy full SHA for 4ac40cc
README.md
@@ -6,11 +6,10 @@ mcpplibs index
6
7
```lua
8
-- 0 - Add mcpplibs's index repos
9
-add_repositories("mcpplibs-index git@github.com:mcpplibs/mcpplibs-index.git")
+add_repositories("mcpplibs-index https://github.com/mcpplibs/mcpplibs-index.git")
10
11
-- 1 - Add the libraries and versions you need
12
add_requires("templates 0.0.1")
13
---add_requires("mcpplibs-index@templates 0.0.1")
14
15
target("templates_test")
16
set_kind("binary")
tests/l/llmapi/xmake.lua
@@ -1,6 +1,6 @@
1
add_repositories("mcpplibs-index git@github.com:mcpplibs/mcpplibs-index.git")
2
3
-add_requires("llmapi 0.0.1")
+add_requires("llmapi 0.0.2")
4
5
target("llmapi_test")
0 commit comments