Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
third_party
/
seasocks
/
cmake
/
Config.h.in
blob: 2081c9cb123826eb6cca918fee7ac2d9134aef81 [
file
] [
log
] [
blame
]
#pragma
once
namespace
seasocks
{
struct
Config
{
static
constexpr
auto
version
=
"@PROJECT_VERSION@"
;
static
constexpr
bool
deflateEnabled
=
$
{
DEFLATE_SUPPORT_BOOL
};
};
}