Skip to content
Snippets Groups Projects
  1. Jul 11, 2023
    • Christoph Pohl's avatar
      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
  2. Jul 10, 2023
    • Christoph Pohl's avatar
      Update assimp library linking in CMakeLists · 4b990e17
      Christoph Pohl authored
      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.
      4b990e17
  3. Jun 30, 2023
  4. Jun 20, 2023
  5. Jun 15, 2023
  6. May 18, 2023
  7. May 17, 2023
  8. May 14, 2023
  9. May 03, 2023
  10. Apr 21, 2023
  11. Apr 20, 2023
  12. Apr 06, 2023
  13. Mar 22, 2023
  14. Mar 20, 2023
  15. Mar 17, 2023
  16. Mar 11, 2023
  17. Mar 10, 2023
  18. Mar 09, 2023
  19. Mar 08, 2023
  20. Mar 02, 2023
  21. Feb 27, 2023
Loading