allow to enalbe wich parts of DKS to compile trough cmake flags

This commit is contained in:
Uldis Locans
2017-02-28 15:11:59 +01:00
parent 47fe8e8e52
commit 24f9c9dbf4

View File

@ -17,6 +17,8 @@ IF (ENABLE_PET)
SET (_SRCS ${_SRCS} CudaImageReconstruction.cu)
ENDIF (ENABLE_PET)
MESSAGE (STATUS "CUDA headers: ${_HDRS}")
ADD_SOURCES(${_SRCS})
ADD_HEADERS(${_HDRS})