14 lines
204 B
CMake
14 lines
204 B
CMake
SET (_SRCS
|
|
)
|
|
|
|
SET (_HDRS
|
|
ChiSquareRuntime.h
|
|
ImageReconstruction.h
|
|
CollimatorPhysics.h
|
|
FFT.h
|
|
)
|
|
|
|
ADD_SOURCES (${_SRCS})
|
|
ADD_HEADERS (${_HDRS})
|
|
|
|
INSTALL(FILES ${_HDRS} DESTINATION include/Algorithms) |