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.
123456789 |
- # Builds Matlab executable (mex) files
- matlab_add_mex(NAME hantenna SRC hantenna_mex.cpp LINK_TO lemmacore fdem1d)
-
- install(TARGETS hantenna
- COMPONENT python
- RUNTIME DESTINATION "${CMAKE_INSTALL_PREFIX}/matlab/"
- LIBRARY DESTINATION "${CMAKE_INSTALL_PREFIX}/matlab/"
- ARCHIVE DESTINATION "${CMAKE_INSTALL_PREFIX}/matlab/"
- )
|