view Resources/CMake/Version.cmake @ 478:017a66a2999b am-touch-events

cleanup + avoid conversions
author am@osimis.io
date Wed, 13 Feb 2019 14:12:41 +0100
parents c2f0077bb5b8
children
line wrap: on
line source

set(ORTHANC_STONE_VERSION "mainline")

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