Files
Sourcetrail/cmake/PublicKey.h.in
T
2017-06-12 09:14:21 +02:00

11 lines
177 B
C

#ifndef PUBLIC_KEY_H
#define PUBLIC_KEY_H
// This File(PublicKey.h) is generated with CMake
#include <string>
const std::string PUBLIC_KEY = "@KEY@";
#endif // PUBLIC_KEY_H