Merge branch 'Octopus' of https://www.github.com/Krausler/Assimp into Octopus
commit
a85454937f
|
@ -12,8 +12,6 @@ AssimpImporterSourceFilesIndex = 0
|
|||
AssimpExporterSourceFiles = {}
|
||||
AssimpExporterSourceFilesIndex = 0
|
||||
|
||||
|
||||
|
||||
function AddSourceFilesCode(sourceFiles)
|
||||
for _, file in ipairs(sourceFiles) do
|
||||
AssimpSourceFiles[AssimpSourceFilesIndex] = file
|
||||
|
|
|
@ -48,7 +48,6 @@ project "Assimp"
|
|||
|
||||
defines
|
||||
{
|
||||
--"ASSIMP_DOUBLE_PRECISION"
|
||||
"RAPIDJSON_HAS_STDSTRING",
|
||||
"OPENDDLPARSER_BUILD"
|
||||
}
|
||||
|
@ -59,6 +58,13 @@ project "Assimp"
|
|||
"ASSIMP_BUILD_NO_C4D_IMPORTER"
|
||||
}
|
||||
end
|
||||
|
||||
if (AssimpIncludeExporters == true) then
|
||||
defines
|
||||
{
|
||||
"ASSIMP_BUILD_NO_EXPORT"
|
||||
}
|
||||
end
|
||||
|
||||
-- OS specific
|
||||
filter "system:linux"
|
||||
|
|
Loading…
Reference in New Issue