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.
12345 |
- add_library(pyFDEM1D MODULE pyFDEM1D.cpp)
- target_link_libraries(pyFDEM1D PRIVATE pybind11::module lemmacore fdem1d )
- set_target_properties(pyFDEM1D PROPERTIES PREFIX "${PYTHON_MODULE_PREFIX}"
- SUFFIX "${PYTHON_MODULE_EXTENSION}")
|