view Resources/CMake/Version.cmake @ 1025:7912de3a15e0

AffineTransform2D::Combine with 5 args
author Alain Mazy <alain@mazy.be>
date Fri, 04 Oct 2019 17:47:31 +0200
parents c2f0077bb5b8
children
line wrap: on
line source

set(ORTHANC_STONE_VERSION "mainline")

add_definitions(
  -DORTHANC_STONE_VERSION="${ORTHANC_STONE_VERSION}"
  )