You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to send a PR that does the following:
Move the headers from include/*.h into include/midifile/*.h
Change code to include as e.g. #include "midifile/MidiEvent.h"
Change CMakeLists.txt file to to use target_include_directories in accordance with modern CMake style.
This will make the project more modular and friendly when used as a submodule in a larger project and is in accordance with standard procedure. Do you have any issues with this? If not then let me know and I will send a pull request. Thanks