diff options
Diffstat (limited to 'Source/Particles/ElementaryProcess/CMakeLists.txt')
-rw-r--r-- | Source/Particles/ElementaryProcess/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Source/Particles/ElementaryProcess/CMakeLists.txt b/Source/Particles/ElementaryProcess/CMakeLists.txt index 1a4550a94..bc3bff031 100644 --- a/Source/Particles/ElementaryProcess/CMakeLists.txt +++ b/Source/Particles/ElementaryProcess/CMakeLists.txt @@ -1,3 +1,13 @@ +target_sources(WarpX + PRIVATE + Ionization.cpp +) + if(WarpX_HAVE_QED) + target_sources(WarpX + PRIVATE + QEDPairGeneration.cpp + QEDPhotonEmission.cpp + ) add_subdirectory(QEDInternals) endif() |