grame-cncm / libmusicxml

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

partial headers installation ? #61

Open be1 opened 1 year ago

be1 commented 1 year ago

Hello, It seems make install just install (in addition to the library) the following headers:

ls /usr/local/include/libmusicxml/
exports.h  libmusicxml.h

while the doxygen documentation lists a lot of classes that are not declared in libmusicxml.h, such as, for example, xmlreader. Is is a bug or is it the expected behaviour (and why) ?