Lemma is an Electromagnetics API
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

CMakeLists.txt 568B

123456789101112131415161718
  1. add_executable( LayeredEarthEM LayeredEarthEM.cpp )
  2. target_link_libraries( LayeredEarthEM "lemmacore" "fdem1d")
  3. add_executable( FieldPoints FieldPoints.cpp )
  4. target_link_libraries( FieldPoints "lemmacore" "fdem1d")
  5. add_executable( PolygonalWireAntenna PolygonalWireAntenna.cpp )
  6. target_link_libraries( PolygonalWireAntenna "lemmacore" "fdem1d")
  7. add_executable( EMDipEarth1D EMDipEarth1D.cpp )
  8. target_link_libraries( EMDipEarth1D "lemmacore" "fdem1d")
  9. INSTALL_TARGETS( "/share/FEM1D/"
  10. LayeredEarthEM
  11. FieldPoints
  12. PolygonalWireAntenna
  13. EMDipEarth1D
  14. )