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

Former-commit-id: 6f966190fd910968615553f4c9250d2f14a5c726
This commit is contained in:
Lynix
2016-05-15 00:38:19 +02:00
parent 6c8d2ed03a
commit 59b9e96f21
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"