Main Lemma Repository
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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. )