Mercurial > hg > orthanc
comparison Plugins/Samples/Common/OrthancPlugins.cmake @ 2176:fead5549aaa7
introduction of HAS_ORTHANC_EXCEPTION to avoid PluginException if not necessary
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 25 Nov 2016 12:07:36 +0100 |
parents | 41b70d5b44c9 |
children | 395522e46b2b |
comparison
equal
deleted
inserted
replaced
2175:bed8e7ad8bab | 2176:fead5549aaa7 |
---|---|
25 | 25 |
26 | 26 |
27 if (MSVC) | 27 if (MSVC) |
28 include_directories(${SAMPLES_ROOT}/../../Resources/ThirdParty/VisualStudio/) | 28 include_directories(${SAMPLES_ROOT}/../../Resources/ThirdParty/VisualStudio/) |
29 endif() | 29 endif() |
30 | |
31 | |
32 add_definitions(-DORTHANC_HAS_EXCEPTION=0) |