PythonFMU
PythonFMU copied to clipboard
sources\src\fmi is not included in the FMU
When the FMU is produced the source code is included in the directory named 'source' inside the .fmu file. There is also a CMakeList.txt file for building with CMake. But to build the FMU the FMI header files are needed in the directory 'sources\src\fmi'. These are not included.
To be able to build the FMU from the source code the 'fmi' folder must be fetched from PythonFMU/tree/master/pythonfmu/pythonfmu-export/src/fmi.