Further tweak to include paths
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
IF (DCMTK_FOUND)
|
||||
|
||||
INCLUDE_DIRECTORIES( ${DCMTK_INCLUDE_DIRS} )
|
||||
INCLUDE_DIRECTORIES( ${DCMTK_ROOT_INCLUDE_DIR})
|
||||
|
||||
SET(TARGET_SRC ReaderWriterDICOM.cpp )
|
||||
|
||||
|
||||
@@ -19,10 +19,10 @@
|
||||
|
||||
#ifdef USE_DCMTK
|
||||
#define HAVE_CONFIG_H
|
||||
#include <osconfig.h>
|
||||
#include <dcfilefo.h>
|
||||
#include <dcdeftag.h>
|
||||
#include <dcmimage.h>
|
||||
#include <dcmtk/config/osconfig.h>
|
||||
#include <dcmtk/dcmdata/dcfilefo.h>
|
||||
#include <dcmtk/dcmdata/dcdeftag.h>
|
||||
#include <dcmtk/dcmimgle/dcmimage.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_ITK
|
||||
|
||||
Reference in New Issue
Block a user