1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00
Beef/BeefLibs/libgit2/BeefProj.toml
2024-10-21 09:14:34 -04:00

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\")"]