# HG changeset patch # User Sebastien Jodogne # Date 1480013684 -3600 # Node ID 35468714a38e16b984c68da6c8e6a97c69004aa1 # Parent 91fc9583b2deedd9cfac676b6f55fa89994c0be1 fix diff -r 91fc9583b2de -r 35468714a38e Applications/CMakeLists.txt --- 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})