comparison 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
comparison
equal deleted inserted replaced
257:098661837a96 259:6f4591ba5051
154 154
155 # Ensure autogenerated code is built before building ServerLibrary 155 # Ensure autogenerated code is built before building ServerLibrary
156 add_dependencies(ServerLibrary CoreLibrary) 156 add_dependencies(ServerLibrary CoreLibrary)
157 157
158 add_executable(Orthanc 158 add_executable(Orthanc
159 ${DCMTK_SOURCES}
159 OrthancServer/main.cpp 160 OrthancServer/main.cpp
160 ) 161 )
161 162
162 target_link_libraries(Orthanc ServerLibrary CoreLibrary) 163 target_link_libraries(Orthanc ServerLibrary CoreLibrary)
163 164