view Resources/CMake/Version.cmake @ 61:147bd6dc28db

refactoring using new items in the plugin toolbox of Orthanc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 25 Nov 2016 17:15:55 +0100
parents 3c5c29ae8405
children cafc4728a857
line wrap: on
line source

set(ORTHANC_WSI_VERSION "mainline")

add_definitions(
  -DORTHANC_WSI_VERSION="${ORTHANC_WSI_VERSION}"
  )