Build/Tool: Make Assimp plugin copy its library file to the example directory
Former-commit-id: eaf807d1f7f5148413dd7ab8729cdf52113ba5d8
This commit is contained in:
parent
7e037e4d6f
commit
190462fd31
|
|
@ -3,6 +3,8 @@ TOOL.Name = "Assimp"
|
||||||
TOOL.Directory = "../SDK/lib"
|
TOOL.Directory = "../SDK/lib"
|
||||||
TOOL.Kind = "Plugin"
|
TOOL.Kind = "Plugin"
|
||||||
|
|
||||||
|
TOOL.CopyTargetToExampleDir = true
|
||||||
|
|
||||||
TOOL.Includes = {
|
TOOL.Includes = {
|
||||||
"../include",
|
"../include",
|
||||||
"../plugins/Assimp"
|
"../plugins/Assimp"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue