Files
build-cpp-cmkr/docs/examples/import-from-git.markdown
T
Luiz "darknessxk" Felipe 8697d87e50 Fixed wrong permalinks
2021-05-13 03:29:41 +02:00

437 B

layout, title, permalink, parent, nav_order
layout title permalink parent nav_order
default Import content from Github /examples/import-from-git Examples 2

Import content from Github

Importing an existing project called Zydis to my project

tag is optional but you can target any branch with it

[fetch-content]
zydis = { git = "https://github.com/zyantific/zydis.git", tag = "v3.1.0" }

[target.example]
type = "executable"
link-libraries = ["zydis"]