- Timestamp:
- 06/26/09 18:39:44 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osgPlugins/dicom/CMakeLists.txt
r9998 r10423 1 1 IF(DCMTK_FOUND) 2 2 # note, we have to include a '/' in front of the directory string to prevent a CMake bug from ignoring the directory 3 INCLUDE_DIRECTORIES( /${DCMTK_ROOT_INCLUDE_DIR})3 INCLUDE_DIRECTORIES(${DCMTK_ROOT_INCLUDE_DIR}) 4 4 5 5 SET(TARGET_SRC ReaderWriterDICOM.cpp )
