Skip to content

Commit

Permalink
added new particles files to BuildERFExe.cmake - this was missed earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
debog committed Jan 25, 2024
1 parent c0039b2 commit 11a827d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMake/BuildERFExe.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ function(build_erf_lib erf_lib_name)

if(ERF_ENABLE_PARTICLES)
target_sources(${erf_lib_name} PRIVATE
${SRC_DIR}/Particles/TracerPC.cpp
${SRC_DIR}/Particles/HydroPC.cpp)
${SRC_DIR}/Particles/ERFPCEvolve.cpp
${SRC_DIR}/Particles/ERFPCInitializations.cpp
${SRC_DIR}/Particles/ERFTracers.cpp)
target_include_directories(${erf_lib_name} PUBLIC ${SRC_DIR}/Particles)
target_compile_definitions(${erf_lib_name} PUBLIC ERF_USE_PARTICLES)
endif()
Expand Down

0 comments on commit 11a827d

Please sign in to comment.