PythonFMU icon indicating copy to clipboard operation
PythonFMU copied to clipboard

sources\src\fmi is not included in the FMU

Open Nils12345678901234567 opened this issue 1 year ago • 1 comments

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.

Nils12345678901234567 avatar Aug 27 '24 09:08 Nils12345678901234567