phasicFlow/solvers/iterateSphereParticles/CMakeLists.txt

8 lines
149 B
CMake
Raw Permalink Normal View History

set(source_files
iterateSphereParticles.cpp
)
set(link_lib Particles)
pFlow_make_executable_install(iterateSphereParticles source_files link_lib)