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
The text was updated successfully, but these errors were encountered:
Oh and it would be great if we could merge this before any further commits are pushed to master because then there may be merge conflicts in the header files :-)
I would like to send a PR that does the following:
include/*.h
intoinclude/midifile/*.h
#include "midifile/MidiEvent.h"
CMakeLists.txt
file to to usetarget_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
The text was updated successfully, but these errors were encountered: