1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 20:42:21 +02:00
Beef/BeefLibs/FMOD/BeefProj.toml
2020-04-02 08:57:48 -07:00

12 lines
272 B
TOML

FileVersion = 1
[Project]
Name = "FMOD"
TargetType = "BeefLib"
StartupObject = "Program"
[Configs.Debug.Win64]
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/*.dll\")"]
[Configs.Release.Win64]
PostBuildCmds = ["CopyToDependents(\"$(ProjectDir)/dist/*.dll\")"]