mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
12 lines
272 B
TOML
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\")"]
|