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

1234567891011
  1. #add_library(lemmacore "${PROJECT_SOURCE_DIR}/LemmaCore/lemma.cpp" )
  2. #include_directories ("${PROJECT_SOURCE_DIR}/LemmaCore")
  3. add_library(lemmacore "lemma.cpp" )
  4. #e)
  5. #include_directories(LemmaCore)
  6. # "${PROJECT_BINARY_DIR}/LemmaCore")
  7. # $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include/mylib>
  8. # $<INSTALL_INTERFACE:include/mylib> # <prefix>/include/mylib
  9. #)