File: CCompilerTest.c

package info (click to toggle)
assimp 6.0.4%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 160,144 kB
  • sloc: cpp: 165,949; cobol: 65,664; ansic: 16,612; xml: 11,246; python: 4,729; java: 2,303; sh: 578; objc: 122; pascal: 100; makefile: 66
file content (9 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9

/* This is just a small test to check whether Assimp's API compiles from C */

#include <assimp/postprocess.h>
#include <assimp/scene.h>
#include <assimp/version.h>
#include <assimp/config.h>
#include <assimp/cimport.h>
#include <assimp/cexport.h>