For building FMI4cpp, you can use either vcpkg or apt-get for getting the required dependencies.
Call CMake with -DCMAKE_TOOLCHAIN_FILE=[path to vcpkg]/scripts/buildsystems/vcpkg.cmake
Linux:~/$ sudo apt-get install libzip-dev libpugixml-devTo build the examples pass -DFMI4CPP_BUILD_EXAMPLES=ON to CMake.
To build the tests pass -DFMI4CPP_BUILD_TESTS=ON to CMake.