feather/cmake/config-feather.h.cmake

12 lines
263 B
CMake
Raw Normal View History

#ifndef FEATHER_VERSION_H
#define FEATHER_VERSION_H
2023-01-05 18:35:05 +00:00
#define FEATHER_VERSION "@PROJECT_VERSION@"
#define FEATHER_COMMIT "@FEATHER_COMMIT@"
2021-02-05 10:53:18 +00:00
#define TOR_VERSION "@TOR_VERSION@"
#define FEATHER_TARGET_TRIPLET "@FEATHER_TARGET_TRIPLET@"
#endif //FEATHER_VERSION_H