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 313B

12345678910111213
  1. include_directories(${CMAKE_INSTALL_PREFIX}/include)
  2. add_compile_options(-std=c++11)
  3. # TODO fill all the files
  4. add_library( lemmacore "lemma.cpp" )
  5. add_dependencies(lemmacore YAML-CPP)
  6. add_dependencies(lemmacore TINYXML2)
  7. add_dependencies(lemmacore MATIO)
  8. target_link_libraries(lemmacore ${VTK_LIBRARIES})