Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
/ fmilib-cpp Public archive

C++17 wrapper for FMI Library

License

Notifications You must be signed in to change notification settings

Ecos-platform/fmilib-cpp

Repository files navigation

fmilib-cpp wrapper

Simplified and object-oriented C++ wrapper for FMI Library.

Building

fmilib-cpp uses conan under-the-hood for managing dependencies:

pip install conan

Then call CMake as usual.

Installing

fmilibcpp is available through the conan remote ais:

conan remote add ais https://ais.jfrog.io/artifactory/api/conan/ais-conan-local

Then add a dependency to:
fmilibcpp/<version>@ais/stable (stable channel -> releases)
fmilibcpp/<version>@ais/testing (development builds -> master)
fmilibcpp/<version>@ais/testing-<branch> (development builds -> branches)

Additionally, you can of course build, include and link to it as any other CMake project or include it as a subproject in your own CMake project.