Skip to content
Snippets Groups Projects
Forked from Software / Simox / Simox
Source project has a limited visibility.
  • Christoph Pohl's avatar
    9e8d864d
    Add assimp_interface to the list of exported targets · 9e8d864d
    Christoph Pohl authored
    The assimp_interface was implemented and added to the list of exported targets. This has been done to provide a cleaner and more encapsulated way of managing the assimp dependencies inside the VirtualRobot project. Now, instead of directly linking the assimp libraries to the VirtualRobot target, an interface library (assimp_interface) has been created to manage the assimp dependencies. This library is then linked to the VirtualRobot target. Additionally, install targets have been updated to include the assimp_interface.
    9e8d864d
    History
    Add assimp_interface to the list of exported targets
    Christoph Pohl authored
    The assimp_interface was implemented and added to the list of exported targets. This has been done to provide a cleaner and more encapsulated way of managing the assimp dependencies inside the VirtualRobot project. Now, instead of directly linking the assimp libraries to the VirtualRobot target, an interface library (assimp_interface) has been created to manage the assimp dependencies. This library is then linked to the VirtualRobot target. Additionally, install targets have been updated to include the assimp_interface.