/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
26 by Gustav Hartvigsson
* Added something to config.h.in, still not sure how it cmake works.
1
/*
2
 * Original file is config.h.in
3
 * If this is config.h, it is auto generated by cmake.
4
 */
5
6
#ifndef __H_IN_CONFIG__
7
#define __H_IN_CONFIG__
8
30 by Gustav Hartvigsson
* Made the code compile using CMake.
9
#cmakedefine DEBUG @DEBUG@
26 by Gustav Hartvigsson
* Added something to config.h.in, still not sure how it cmake works.
10
11
#endif /*__H_IN_CONFIG__*/