thelfer / MFrontGenericInterfaceSupport

This project aims at providing support for MFront generic behaviours. This project can be embedded in open-source and propriary sofware
37 stars 35 forks source link

[CMake]: Exporting MGIS build tree for use by external projects #25

Closed pbouda95 closed 4 years ago

pbouda95 commented 4 years ago

Hello Thomas,

Everything is in the subject. For further details, see request #4 for TFEL repository.

Cheers, Pascal

thelfer commented 4 years ago

The following files are now generated and exported:

Those files can be used as follows:

find_package (MFrontGenericInterface REQUIRED)

The previous instruction imports the mgis::MFrontGenericInterface target, which can be used as follows:

  target_link_libraries(HybridHighOrder
    PRIVATE mgis::MFrontGenericInterface)