allow to enalbe wich parts of DKS to compile trough cmake flags
This commit is contained in:
@ -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})
|
||||
|
||||
|
Reference in New Issue
Block a user