0431e7cb3c
Import osgXR from https://github.com/amalon/osgXR master branch into 3rdparty, specifically commit b7e222775553b529018ac4b847353327c24ae5d4, which is 0.3.7 with tweaks for building as a subproject in a subdirectory. This will allow VR support to be more conveniently built if not already installed, without having to fetch yet another dependency.
12 lines
362 B
C
12 lines
362 B
C
// SPDX-License-Identifier: LGPL-2.1-only
|
|
// Copyright (C) 2021 James Hogan <james@albanarts.com>
|
|
|
|
#ifndef OSGXR_Version
|
|
#define OSGXR_Version 1
|
|
|
|
#define OSGXR_MAJOR_VERSION @osgXR_MAJOR_VERSION@
|
|
#define OSGXR_MINOR_VERSION @osgXR_MINOR_VERSION@
|
|
#define OSGXR_PATCH_VERSION @osgXR_PATCH_VERSION@
|
|
#define OSGXR_SOVERSION @osgXR_SOVERSION@
|
|
|
|
#endif
|