Simplified and object-oriented C++ wrapper for FMI Library.
fmilib-cpp uses conan under-the-hood for managing dependencies:
pip install conan
Then call CMake as usual.
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.