diff --git a/src/core/cuda/CMakeLists.txt b/src/core/cuda/CMakeLists.txt index 0ff0df42bd4a5f33358ac95850635d542ec1552e..3530dda77a5aed1f1b2acdbd160af0a26555b74d 100755 --- a/src/core/cuda/CMakeLists.txt +++ b/src/core/cuda/CMakeLists.txt @@ -5,6 +5,7 @@ set( headers cuda-prefix-sum.h reduction-operations.h tnlCudaReduction.h tnlCudaReduction_impl.h + tnlCudaReductionBuffer.h tnlCublasWrapper.h ) SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/core/cuda )