Main Lemma Repository
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 326B

123456789
  1. # Builds Matlab executable (mex) files
  2. matlab_add_mex(NAME hantenna SRC hantenna_mex.cpp LINK_TO lemmacore fdem1d)
  3. install(TARGETS hantenna
  4. COMPONENT python
  5. RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/matlab/"
  6. LIBRARY DESTINATION "${CMAKE_INSTALL_PREFIX}/matlab/"
  7. ARCHIVE DESTINATION "${CMAKE_INSTALL_PREFIX}/matlab/"
  8. )