Mercurial > hg > orthanc-gdcm
changeset 34:4b960b27ab9c OrthancGdcm-1.1
fix versioning on Windows
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 05 Aug 2020 15:48:07 +0200 |
parents | 11be33e4cc46 |
children | bdbcd61a6944 c4f82e5ab0f0 |
files | CMakeLists.txt |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Aug 05 15:01:10 2020 +0200 +++ b/CMakeLists.txt Wed Aug 05 15:48:07 2020 +0200 @@ -127,6 +127,7 @@ ${CMAKE_SOURCE_DIR}/Plugin/Plugin.cpp ${CMAKE_SOURCE_DIR}/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.cpp ${ORTHANC_CORE_SOURCES} + ${AUTOGENERATED_SOURCES} ) target_link_libraries(OrthancGdcm ${GDCM_LIBRARIES})