This website requires JavaScript.
Explore
Help
Sign In
v4games
/
assimp
Watch
3
Star
0
Fork
You've already forked assimp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
924106188e
assimp
/
test
/
headercheck
/
headercheck.cpp.in
7 lines
60 B
C++
Raw
Normal View
History
Unescape
Escape
add option ASSIMP_HEADERCHECK (defaults to off): when enabled it adds the target "headercheck" to verify if all headers compile
2015-04-15 19:06:40 +00:00
#
include
"@HEADER@"
int
main
(
int
,
char
*
*
)
{
Refactor: Apply editor config settings to CMake files and generated sources
2015-05-19 04:22:59 +00:00
return
0
;
}