11#
22# For more information, please see: http://software.sci.utah.edu
3- #
3+ #
44# The MIT License
5- #
5+ #
66# Copyright (c) 2009 Scientific Computing and Imaging Institute,
77# University of Utah.
8- #
9- #
8+ #
9+ #
1010# Permission is hereby granted, free of charge, to any person obtaining a
1111# copy of this software and associated documentation files (the "Software"),
1212# to deal in the Software without restriction, including without limitation
1313# the rights to use, copy, modify, merge, publish, distribute, sublicense,
1414# and/or sell copies of the Software, and to permit persons to whom the
1515# Software is furnished to do so, subject to the following conditions:
16- #
16+ #
1717# The above copyright notice and this permission notice shall be included
1818# in all copies or substantial portions of the Software.
19- #
19+ #
2020# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
2121# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
2222# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
@@ -41,31 +41,32 @@ SET(Core_Algorithms_Legacy_DataIO_HEADERS
4141)
4242
4343#IF(ITK_FOUND)
44- # SET(Core_Algorithms_Legacy_DataIO_SRCS
44+ # SET(Core_Algorithms_Legacy_DataIO_SRCS
4545# ${Core_Algorithms_DataIO_SRCS}
46- # AnalyzeImage.cc
47- # AnalyzeReader.cc
46+ # AnalyzeImage.cc
47+ # AnalyzeReader.cc
4848# AnalyzeSliceImageIO.cc)
4949#ENDIF(ITK_FOUND)
5050
51- SCIRUN_ADD_LIBRARY(Core_Algorithms_Legacy_DataIO
51+ SCIRUN_ADD_LIBRARY(Core_Algorithms_Legacy_DataIO
5252 ${Core_Algorithms_Legacy_DataIO_SRCS}
5353 ${Core_Algorithms_Legacy_DataIO_HEADERS}
5454)
5555
56- TARGET_LINK_LIBRARIES (Core_Algorithms_Legacy_DataIO
56+ TARGET_LINK_LIBRARIES (Core_Algorithms_Legacy_DataIO
5757 #Core_Algorithms_Util
5858 Algorithms_Base
59- Core_Datatypes
59+ Core_Datatypes
6060 Core_Datatypes_Legacy_Field
61- #Core_Thread
62- #Core_Exceptions
63- #Core_Geometry
64- #Core_Util
65- Core_Math
66- Core_Persistent
67- #Core_Geom
68- Core_ImportExport
61+ Core_Datatypes_Legacy_Nrrd
62+ #Core_Thread
63+ #Core_Exceptions
64+ #Core_Geometry
65+ #Core_Util
66+ Core_Math
67+ Core_Persistent
68+ #Core_Geom
69+ Core_ImportExport
6970 #Core_Volume
7071 #${SCI_TEEM_LIBRARY}
7172 #${SCI_ZLIB_LIBRARY}
@@ -83,4 +84,3 @@ TARGET_LINK_LIBRARIES(Core_Algorithms_Legacy_DataIO
8384IF (BUILD_SHARED_LIBS )
8485 ADD_DEFINITIONS (-DBUILD_Core_Algorithms_Legacy_DataIO)
8586ENDIF (BUILD_SHARED_LIBS )
86-
0 commit comments