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

11 lines
182 B
C

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