Lemma is an Electromagnetics API
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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)