mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
0da6f671d0
* assimp.org * build shared * -std=c++11 * -static-libstdc++ * modified: projects/assimp.org/package.yml new file: projects/assimp.org/test.cpp new file: projects/assimp.org/test.obj
5 lines
90 B
C++
5 lines
90 B
C++
#include <assimp/Importer.hpp>
|
|
int main() {
|
|
Assimp::Importer importer;
|
|
return 0;
|
|
} |