grame-cncm / libmusicxml

A C/C++ library to support the MusicXML format.
Mozilla Public License 2.0
152 stars 33 forks source link

3.21: Installed header includes non-existent header exports.h #57

Closed yurivict closed 2 years ago

yurivict commented 2 years ago

include/libmusicxml/libmusicxml.h file has #include "exports.h" but exports.h isn't installed and it isn't installed by any dependencies.

3.21 installs only these 2 headers:

include/libmusicxml/libmusicxml.h
include/libmusicxml/reader.h
dfober commented 2 years ago

should be fixed with the new version (3.22)

yurivict commented 2 years ago

This is fixed now.

Thanks!