Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
32b5baecfc3b51f35c0db45b9c4f176ec99246ff
/
.
/
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
};
};
}