view Resources/CMake/Version.cmake @ 852:6d15261f9c99 toa2019061901

Added way to share the broker that is used inside the locking emitter
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 18 Jun 2019 16:45:37 +0200
parents c2f0077bb5b8
children
line wrap: on
line source

set(ORTHANC_STONE_VERSION "mainline")

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