WIP
This commit is contained in:
committed by
Jérôme Leclercq
parent
b379518479
commit
292ca60592
@@ -939,6 +939,15 @@ namespace
|
||||
};
|
||||
}
|
||||
|
||||
#ifdef NAZARA_PLUGINS_STATIC
|
||||
namespace Nz
|
||||
{
|
||||
std::unique_ptr<AssimpPlugin> PluginProvider<AssimpPlugin>::Instantiate()
|
||||
{
|
||||
return std::make_unique<AssimpPluginImpl>();
|
||||
}
|
||||
}
|
||||
#else
|
||||
extern "C"
|
||||
{
|
||||
NAZARA_EXPORT Nz::PluginInterface* PluginLoad()
|
||||
@@ -954,3 +963,4 @@ extern "C"
|
||||
return plugin.release();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
@@ -4,7 +4,6 @@ if has_config("assimp") then
|
||||
add_requires("assimp v5.2.3")
|
||||
|
||||
target("PluginAssimp")
|
||||
set_kind("shared")
|
||||
set_group("Plugins")
|
||||
add_rpathdirs("$ORIGIN")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user