7 lines
128 B
CMake
7 lines
128 B
CMake
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#cmakedefine MEMXML_DATA_PATH @MEMXML_DATA_PATH@
|
||
|
#cmakedefine HAVE_64_BIT
|
||
|
|
||
|
#endif // CONFIG_H
|