Skip to content

Update assimp library linking in CMakeLists

Christoph Pohl requested to merge fix/assimp-non-system-install into master

This commit improves how we handle the assimp library in our CMakeLists.txt file for the VirtualRobot project. Instead of just linking the library, we now also specify its include and library directories. This provides more flexibility and reliability, particularly in environments where assimp might not be in a standard location.

Merge request reports