bubble-dynamics

Spherical bubble dynamics simulator
git clone https://git.0xfab.ch/bubble-dynamics.git
Log | Files | Refs | README | LICENSE

meson.build (163B)


      1 rpbd = executable('rpbd', 'bubbleDynamics.cpp',
      2   include_directories: 'kernels',
      3   dependencies: rpbd_deps,
      4   cpp_pch: 'pch/bubbleDynamics.h',
      5   install: true,
      6 )