Build: Make every lib copy its binaries (and dependency bins) to the example/bin folder

Former-commit-id: 02571367a0af738197066d4a17446e203b389d31
This commit is contained in:
Lynix
2016-05-15 00:38:19 +02:00
parent a1644edf45
commit c0b5ac2529
4 changed files with 32 additions and 1 deletions

View File

@@ -1,5 +1,7 @@
TOOL.Name = "SDK"
TOOL.CopyTargetToExampleDir = true
TOOL.Directory = "../SDK/lib"
TOOL.Kind = "Library"

View File

@@ -1,5 +1,7 @@
TOOL.Name = "SDKServer"
TOOL.CopyTargetToExampleDir = true
TOOL.Directory = "../SDK/lib"
TOOL.Kind = "Library"