comparison Applications/CMakeLists.txt @ 58:35468714a38e

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Nov 2016 19:54:44 +0100
parents 91fc9583b2de
children 7a3853d51c45
comparison
equal deleted inserted replaced
57:91fc9583b2de 58:35468714a38e
313 COMMENT "Generating documentation with Doxygen" VERBATIM 313 COMMENT "Generating documentation with Doxygen" VERBATIM
314 ) 314 )
315 else() 315 else()
316 message("Doxygen not found. The documentation will not be built.") 316 message("Doxygen not found. The documentation will not be built.")
317 endif() 317 endif()
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332 add_executable(Hello
333 Hello.cpp
334 ApplicationToolbox.cpp
335 )
336
337 target_link_libraries(Hello OrthancWSIFramework ${DCMTK_LIBRARIES})