view OrthancStone/Resources/CMake/Version.cmake @ 1541:ae17c8c8838f

standalone compilation of unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Aug 2020 13:47:24 +0200
parents 244ad1e4e76a
children 8c5f9864545f
line wrap: on
line source

set(ORTHANC_STONE_VERSION "mainline")

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