Please work
parent
a13ef56504
commit
a90b5bac9f
|
@ -77,7 +77,7 @@ OppenddlparserSourceFiles = {
|
||||||
"%{ContribPath}/openddlparser/include/openddlparser/DDLNode.h",
|
"%{ContribPath}/openddlparser/include/openddlparser/DDLNode.h",
|
||||||
"%{ContribPath}/openddlparser/include/openddlparser/Value.h"
|
"%{ContribPath}/openddlparser/include/openddlparser/Value.h"
|
||||||
}
|
}
|
||||||
--AddSourceFilesContrib(OppenddlparserSourceFiles)
|
AddSourceFilesContrib(OppenddlparserSourceFiles)
|
||||||
|
|
||||||
|
|
||||||
Open3dgcSourceFiles = {
|
Open3dgcSourceFiles = {
|
||||||
|
|
|
@ -22,7 +22,8 @@ project "openddlparser"
|
||||||
|
|
||||||
defines
|
defines
|
||||||
{
|
{
|
||||||
"OPENDDL_STATIC_LIBARY"
|
"OPENDDL_STATIC_LIBARY",
|
||||||
|
"OPENDDLPARSER_BUILD"
|
||||||
}
|
}
|
||||||
|
|
||||||
filter "system:linux"
|
filter "system:linux"
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -7,7 +7,7 @@ group "Dependencies"
|
||||||
include "contrib/zlib"
|
include "contrib/zlib"
|
||||||
include "contrib/zip"
|
include "contrib/zip"
|
||||||
include "contrib/pugixml"
|
include "contrib/pugixml"
|
||||||
include "contrib/openddlparser"
|
--include "contrib/openddlparser"
|
||||||
group ""
|
group ""
|
||||||
|
|
||||||
workspace "Assimp Test"
|
workspace "Assimp Test"
|
||||||
|
@ -58,7 +58,8 @@ project "Assimp"
|
||||||
defines
|
defines
|
||||||
{
|
{
|
||||||
--"ASSIMP_DOUBLE_PRECISION"
|
--"ASSIMP_DOUBLE_PRECISION"
|
||||||
"RAPIDJSON_HAS_STDSTRING"
|
"RAPIDJSON_HAS_STDSTRING",
|
||||||
|
"OPENDDLPARSER_BUILD"
|
||||||
}
|
}
|
||||||
|
|
||||||
filter "system:linux"
|
filter "system:linux"
|
||||||
|
|
Loading…
Reference in New Issue