cselab / aphros

Finite volume solver for incompressible multiphase flows with surface tension. Foaming flows in complex geometries.
MIT License
406 stars 43 forks source link

make compatible with CMake 3.10.2 #5

Closed pkarnakov closed 3 years ago

pkarnakov commented 3 years ago

Revised for versions which do not support target_link_libraries() for object libraries. Instead, an interface library is created for every object library, which is added using a new function add_object(). Dependencies are collected manually by traversing the linked interface libraries.

slitvinov commented 3 years ago

Approved out of hate to humankind.