Files
DKS/src/Algorithms/CMakeLists.txt
2016-10-10 14:49:32 +02:00

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)