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