File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,6 @@ install(EXPORT ${LIBMIDI2_EXPORT_NAME}
4646
4747install (FILES ${LIBMIDI2_HEADERS} DESTINATION "include/${PROJECT_NAME} " )
4848
49- add_executable (tests tests.cpp)
50- target_link_libraries (tests PRIVATE libmidi2)
51- setupTarget(tests )
49+ add_executable (test tests/ tests.cpp)
50+ target_link_libraries (test PRIVATE libmidi2)
51+ setupTarget(test )
Original file line number Diff line number Diff line change 22// Created by andrew on 3/05/24.
33//
44
5- #include " include/bytestreamToUMP.h"
5+ #include " ../ include/bytestreamToUMP.h"
66#include < cstdio>
77
88#include " umpToMIDI2Protocol.h"
Original file line number Diff line number Diff line change 22// Created by andrew on 3/05/24.
33//
44
5- #include " include/bytestreamToUMP.h"
6- #include " include/umpToBytestream.h"
7- #include " include/umpToMIDI1Protocol.h"
8- #include " include/umpMessageCreate.h"
5+ #include " ../ include/bytestreamToUMP.h"
6+ #include " ../ include/umpToBytestream.h"
7+ #include " ../ include/umpToMIDI1Protocol.h"
8+ #include " ../ include/umpMessageCreate.h"
99#include < cstdio>
1010
1111#include " umpToMIDI2Protocol.h"
You can’t perform that action at this time.
0 commit comments