Add include guards to our generated dtool_config.h
This commit is contained in:
parent
58d54eb4fe
commit
b07ce7dc93
|
|
@ -1,4 +1,6 @@
|
|||
/* dtool_config.h. Generated automatically by CMake. */
|
||||
#ifndef DTOOL_CONFIG_H
|
||||
#define DTOOL_CONFIG_H
|
||||
|
||||
/* Define if we have Eigen available. */
|
||||
#cmakedefine HAVE_EIGEN
|
||||
|
|
@ -463,3 +465,5 @@
|
|||
#cmakedefine IS_LINUX
|
||||
#cmakedefine IS_FREEBSD
|
||||
#cmakedefine BUILD_IPHONE
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue