Add CuraCloudAPIRoot into CuraVersion.py.in and CMakeLists.txt

CURA-5357
This commit is contained in:
Lipu Fei 2018-05-30 09:13:25 +02:00
parent 13b3e4afa5
commit 9223122fc8
2 changed files with 3 additions and 0 deletions

View file

@ -5,3 +5,4 @@ CuraVersion = "@CURA_VERSION@"
CuraBuildType = "@CURA_BUILDTYPE@"
CuraDebugMode = True if "@_cura_debugmode@" == "ON" else False
CuraPackagesVersion = "@CURA_PACKAGES_VERSION@"
CuraCloudAPIRoot = "@CURA_CLOUD_API_ROOT@"