view Resources/CMake/Version.cmake @ 539:04be288c4f6c bgo-commands-codegen

Close branch bgo-commands-codegen.
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 19 Mar 2019 14:31:39 +0000
parents c2f0077bb5b8
children
line wrap: on
line source

set(ORTHANC_STONE_VERSION "mainline")

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