Mercurial > hg > orthanc-wsi
changeset 58:35468714a38e
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 24 Nov 2016 19:54:44 +0100 |
parents | 91fc9583b2de |
children | 7a3853d51c45 |
files | Applications/CMakeLists.txt |
diffstat | 1 files changed, 0 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- a/Applications/CMakeLists.txt Thu Nov 24 17:48:24 2016 +0100 +++ b/Applications/CMakeLists.txt Thu Nov 24 19:54:44 2016 +0100 @@ -315,23 +315,3 @@ else() message("Doxygen not found. The documentation will not be built.") endif() - - - - - - - - - - - - - - -add_executable(Hello - Hello.cpp - ApplicationToolbox.cpp - ) - -target_link_libraries(Hello OrthancWSIFramework ${DCMTK_LIBRARIES})