1 2 3 4 5 6 7
#ifndef SPM_CONFIG_IN_H #define SPM_CONFIG_IN_H #cmakedefine HAVE_STRSEP 1 #define SPM_VERSION "${VERSION}" #endif //SPM_CONFIG_IN_H