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