mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
12 lines
312 B
TOML
12 lines
312 B
TOML
FileVersion = 1
|
|
|
|
[Project]
|
|
Name = "libgit2"
|
|
|
|
[Configs.Debug.Win64]
|
|
LibPaths = ["$(ProjectDir)/dist/git2.lib"]
|
|
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/*.dll\")"]
|
|
|
|
[Configs.Release.Win64]
|
|
LibPaths = ["$(ProjectDir)/dist/git2.lib"]
|
|
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/*.dll\")"]
|