Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit a6e43cdb authored by snuverink_j's avatar snuverink_j
Browse files

add missing header files to CMakeLists.txt

parent 91c6d77b
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ set (_HDRS
FFTBase.h
FFT.hpp
FFT.h
fftpack.h
fftpack_FFT.h
)
......
......@@ -3,10 +3,10 @@ set (_SRCS
set (_HDRS
Assign.hpp
Assign.h
AssignDefs.h
AssignGeneralBF.hpp
AssignGeneralIBF.hpp
Assign.h
AssignTags.h
BareField.hpp
BareField.h
......
......@@ -2,6 +2,7 @@ set (_SRCS
)
set (_HDRS
AbstractParticle.h
BoxParticleCachingPolicy.h
CellParticleCachingPolicy.h
GenArrayParticle.h
......@@ -9,8 +10,8 @@ set (_HDRS
IntCIC.h
Interpolator.h
IntNGP.h
IntTSC.h
IntSUDS.h
IntTSC.h
NoParticleCachingPolicy.h
PairBuilder/BasicPairBuilder.h
PairBuilder/HashPairBuilder.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment