-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
299 additions
and
261 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#pragma once | ||
|
||
#define PROJECT_VERSION_MAJOR 2 | ||
#define PROJECT_VERSION_MINOR 1 | ||
#define PROJECT_VERSION_PATCH 0 | ||
|
||
#define PROJECT_VERSION "2.1.0" | ||
#define PROJECT_NAME "Cesium3DTilesConverter" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#pragma once | ||
|
||
#define PROJECT_VERSION_MAJOR @Cesium3DTilesConverter_VERSION_MAJOR@ | ||
#define PROJECT_VERSION_MINOR @Cesium3DTilesConverter_VERSION_MINOR@ | ||
#define PROJECT_VERSION_PATCH @Cesium3DTilesConverter_VERSION_PATCH@ | ||
|
||
#cmakedefine PROJECT_VERSION "${Cesium3DTilesConverter_VERSION}" | ||
#cmakedefine PROJECT_NAME "${PROJECT_NAME}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#pragma once | ||
|
||
#include <GDALWrapper.h> | ||
#include <OGRException.h> | ||
|
||
#include <osg/Math> | ||
namespace scially { | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.