Loading src/TNL/Containers/Algorithms/CMakeLists.txt +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ ADD_SUBDIRECTORY( TemplateExplicitInstantiation ) set( headers ArrayOperations.h ArrayOperationsHost_impl.h ArrayOperationsCuda_impl.h ArrayOperationsMIC_impl.h cuda-prefix-sum.h cuda-prefix-sum_impl.h reduction-operations.h Loading @@ -17,6 +18,7 @@ set( headers ArrayOperations.h VectorOperations.h VectorOperationsHost_impl.h VectorOperationsCuda_impl.h VectorOperationsMIC_impl.h ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Containers/Algorithms ) src/TNL/Devices/CMakeLists.txt +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ set (headers Cuda.h Cuda_impl.h CudaCallable.h CudaDeviceInfo.h Host.h ) Host.h MIC.h ) SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/TNL/Devices ) set( common_SOURCES Loading src/TNL/Exceptions/CMakeLists.txt +3 −1 Original line number Diff line number Diff line SET( headers CudaBadAlloc.h CudaRuntimeError.h CudaSupportMissing.h ) CudaSupportMissing.h MICBadAlloc.h MICSupportMissing.h ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Exceptions ) Loading
src/TNL/Containers/Algorithms/CMakeLists.txt +2 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ ADD_SUBDIRECTORY( TemplateExplicitInstantiation ) set( headers ArrayOperations.h ArrayOperationsHost_impl.h ArrayOperationsCuda_impl.h ArrayOperationsMIC_impl.h cuda-prefix-sum.h cuda-prefix-sum_impl.h reduction-operations.h Loading @@ -17,6 +18,7 @@ set( headers ArrayOperations.h VectorOperations.h VectorOperationsHost_impl.h VectorOperationsCuda_impl.h VectorOperationsMIC_impl.h ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Containers/Algorithms )
src/TNL/Devices/CMakeLists.txt +2 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,8 @@ set (headers Cuda.h Cuda_impl.h CudaCallable.h CudaDeviceInfo.h Host.h ) Host.h MIC.h ) SET( CURRENT_DIR ${CMAKE_SOURCE_DIR}/src/TNL/Devices ) set( common_SOURCES Loading
src/TNL/Exceptions/CMakeLists.txt +3 −1 Original line number Diff line number Diff line SET( headers CudaBadAlloc.h CudaRuntimeError.h CudaSupportMissing.h ) CudaSupportMissing.h MICBadAlloc.h MICSupportMissing.h ) INSTALL( FILES ${headers} DESTINATION include/tnl-${tnlVersion}/TNL/Exceptions )