Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 292 Bytes

INSTALL.md

File metadata and controls

15 lines (8 loc) · 292 Bytes

INSTALL

FMI4cpp can be installed using the conan package manager.

To get the conan recipe for FMI4cpp, clone https://github.com/markaren/FMI4cpp-conan and run:

conan create . FMI4cpp/testing

Additionally, you can use it as a submodule in your own CMake project.