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

123456789
  1. include_directories(${CMAKE_INSTALL_PREFIX}/include)
  2. add_compile_options(-std=c++11) # CMake 2.8.12 or newer
  3. # TODO fill all the files
  4. add_library(lemmacore "lemma.cpp" )
  5. add_dependencies(lemmacore YAML_CPP)