File: CCompilerTest.c

package info (click to toggle)
assimp 5.2.5~ds0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 100,956 kB
  • sloc: cpp: 224,435; cobol: 65,664; ansic: 15,852; xml: 10,828; python: 7,459; java: 2,303; sh: 582; makefile: 337; objc: 122; pascal: 100; javascript: 49
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>