marcinlos / iga-ads

Isogeometric Finite Element Method framework
MIT License
15 stars 9 forks source link

`add_program` does not work with more than one library #56

Closed marcinlos closed 3 years ago

marcinlos commented 3 years ago

When multiple libraries are specified using the LIBS keyword, i.e.

add_example(maxwell_uniform GALOIS
  SRC
  maxwell/main_uniform.cpp
  LIBS ads-example-maxwell_common clara::clara )

only the first one is linked.