-
Notifications
You must be signed in to change notification settings - Fork 452
Closed
Labels
Milestone
Description
After using vcpkg to install magnum and magnum-plugins[*] packages, the CMakeLists.txt line find_package(MagnumPlugins REQUIRED AssimpImporter)
was failing.
I searched my vcpkg folder for Assimpimporter.lib and could only find them (rel and dbg) was in a sub-directory of the vcpkg/buildtrees folder. The exact location of the release version was vcpkg\buildtrees\magnum-plugins\x64-windows-rel\Release\lib\magnum\importers\AssimpImporter.lib
My workaround was to copy the vcpkg\buildtrees\magnum-plugins\x64-windows-rel\Release\lib\magnum folder to vcpkg\installed\x64-windows\lib\magnum
Metadata
Metadata
Assignees
Labels
Projects
Status
Done