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 |
||
|
32
by Gustav Hartvigsson
* Added some compile options to the root CMakeLists.txt |
9 |
#define ON TRUE
|
10 |
#define OFF FALSE
|
|
11 |
||
|
30
by Gustav Hartvigsson
* Made the code compile using CMake. |
12 |
#cmakedefine DEBUG @DEBUG@
|
|
26
by Gustav Hartvigsson
* Added something to config.h.in, still not sure how it cmake works. |
13 |
|
|
32
by Gustav Hartvigsson
* Added some compile options to the root CMakeLists.txt |
14 |
|
|
26
by Gustav Hartvigsson
* Added something to config.h.in, still not sure how it cmake works. |
15 |
#endif /*__H_IN_CONFIG__*/ |