diff CMakeLists.txt @ 259:6f4591ba5051 Orthanc-0.3.1

dcmtk not for the core
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 09 Dec 2012 14:34:02 +0100
parents c0fb3d09c849
children 9e24c33c3361
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Dec 09 12:14:31 2012 +0100
+++ b/CMakeLists.txt	Sun Dec 09 14:34:02 2012 +0100
@@ -156,6 +156,7 @@
 add_dependencies(ServerLibrary CoreLibrary)
 
 add_executable(Orthanc
+  ${DCMTK_SOURCES}
   OrthancServer/main.cpp
   )