diff --git a/library/config.h.cmake b/library/config.h.cmake new file mode 100644 index 000000000..3c700a36f --- /dev/null +++ b/library/config.h.cmake @@ -0,0 +1,6 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#cmakedefine MEMXML_DATA_PATH @MEMXML_DATA_PATH@ + +#endif // CONFIG_H \ No newline at end of file