Update assimp library linking in CMakeLists
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.
Loading
Please register or sign in to comment