-
-
Save Jointts/132813518f97152b97658300f11f9fff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
├── lib | |
│ ├── assimp | |
│ │ ├── bin | |
│ │ │ └── assimp | |
│ │ ├── include | |
│ │ │ └── assimp | |
│ │ └── lib | |
│ │ ├── cmake | |
│ │ │ └── assimp-4.1 | |
│ │ │ ├── assimp-config.cmake | |
│ │ │ └── assimp-config-version.cmake | |
│ │ ├── libassimp.so -> libassimp.so.4 | |
│ │ ├── libassimp.so.4 -> libassimp.so.4.1.0 | |
│ │ ├── libassimp.so.4.1.0 | |
│ │ ├── libIrrXML.a | |
│ │ └── pkgconfig | |
│ │ └── assimp.pc | |
│ ├── CMakeLists.txt | |
├── CMakeLists.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment