Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
S
src
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
70
Issues
70
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Code Review
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OPAL
src
Commits
a6e43cdb
Commit
a6e43cdb
authored
Sep 25, 2020
by
snuverink_j
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing header files to CMakeLists.txt
parent
91c6d77b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
ippl/src/FFT/CMakeLists.txt
ippl/src/FFT/CMakeLists.txt
+1
-0
ippl/src/Field/CMakeLists.txt
ippl/src/Field/CMakeLists.txt
+1
-1
ippl/src/Particle/CMakeLists.txt
ippl/src/Particle/CMakeLists.txt
+2
-1
No files found.
ippl/src/FFT/CMakeLists.txt
View file @
a6e43cdb
...
@@ -7,6 +7,7 @@ set (_HDRS
...
@@ -7,6 +7,7 @@ set (_HDRS
FFTBase.h
FFTBase.h
FFT.hpp
FFT.hpp
FFT.h
FFT.h
fftpack.h
fftpack_FFT.h
fftpack_FFT.h
)
)
...
...
ippl/src/Field/CMakeLists.txt
View file @
a6e43cdb
...
@@ -3,10 +3,10 @@ set (_SRCS
...
@@ -3,10 +3,10 @@ set (_SRCS
set
(
_HDRS
set
(
_HDRS
Assign.hpp
Assign.hpp
Assign.h
AssignDefs.h
AssignDefs.h
AssignGeneralBF.hpp
AssignGeneralBF.hpp
AssignGeneralIBF.hpp
AssignGeneralIBF.hpp
Assign.h
AssignTags.h
AssignTags.h
BareField.hpp
BareField.hpp
BareField.h
BareField.h
...
...
ippl/src/Particle/CMakeLists.txt
View file @
a6e43cdb
...
@@ -2,6 +2,7 @@ set (_SRCS
...
@@ -2,6 +2,7 @@ set (_SRCS
)
)
set
(
_HDRS
set
(
_HDRS
AbstractParticle.h
BoxParticleCachingPolicy.h
BoxParticleCachingPolicy.h
CellParticleCachingPolicy.h
CellParticleCachingPolicy.h
GenArrayParticle.h
GenArrayParticle.h
...
@@ -9,8 +10,8 @@ set (_HDRS
...
@@ -9,8 +10,8 @@ set (_HDRS
IntCIC.h
IntCIC.h
Interpolator.h
Interpolator.h
IntNGP.h
IntNGP.h
IntTSC.h
IntSUDS.h
IntSUDS.h
IntTSC.h
NoParticleCachingPolicy.h
NoParticleCachingPolicy.h
PairBuilder/BasicPairBuilder.h
PairBuilder/BasicPairBuilder.h
PairBuilder/HashPairBuilder.h
PairBuilder/HashPairBuilder.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment