6 lines
103 B
CMake
6 lines
103 B
CMake
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#cmakedefine MEMXML_DATA_PATH @MEMXML_DATA_PATH@
|
||
|
|
||
|
#endif // CONFIG_H
|