Lemma is an Electromagnetics API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CMakeLists.txt 1011B

123456789101112131415161718192021222324252627282930313233
  1. #FILE(GLOB examples "*.cpp")
  2. #add_executable( datatem datatem.cpp )
  3. #target_link_libraries(datatem "lemmacore")
  4. #add_executable( wireantenna wireantenna.cpp )
  5. #target_link_libraries(wireantenna "lemmacore")
  6. #add_executable( DCIPElectrode DCIPElectrode.cpp )
  7. #target_link_libraries(DCIPElectrode "lemmacore")
  8. #add_executable( digitalfiltercostrans digitalfiltercostrans.cpp )
  9. #target_link_libraries(digitalfiltercostrans "lemmacore")
  10. #add_executable( dipolefreqsweep dipolefreqsweep.cpp )
  11. #target_link_libraries(dipolefreqsweep "lemmacore")
  12. #add_executable( dipolesource dipolesource.cpp )
  13. #target_link_libraries(dipolesource "lemmacore")
  14. #add_executable( edipole edipole.cpp )
  15. #target_link_libraries(edipole "lemmacore")
  16. #add_executable( emdipearth1d emdipearth1d.cpp )
  17. #target_link_libraries(emdipearth1d "lemmacore")
  18. #add_executable( femforward femforward.cpp )
  19. #target_link_libraries(femforward "lemmacore")
  20. add_executable( filter filter.cpp )
  21. target_link_libraries(filter "lemmacore")