chore: Point MIDI-USB submodule to own fork for unit testing
This commit is contained in:
parent
b9397337d2
commit
9a0907ea7f
|
|
@ -3,4 +3,4 @@
|
||||||
url = https://github.com/google/googletest.git
|
url = https://github.com/google/googletest.git
|
||||||
[submodule "external/midi-usb"]
|
[submodule "external/midi-usb"]
|
||||||
path = external/midi-usb
|
path = external/midi-usb
|
||||||
url = https://github.com/arduino-libraries/MIDIUSB.git
|
url = https://github.com/FortySevenEffects/MIDIUSB.git
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 1e2508d529e9626efb1b006b3d80d6c20a191e38
|
Subproject commit 8cbf89bdb94ab65db35c86038098c3ee5b22298d
|
||||||
|
|
@ -6,6 +6,7 @@ include_directories(
|
||||||
${unit-tests_SOURCE_DIR}
|
${unit-tests_SOURCE_DIR}
|
||||||
${gtest_SOURCE_DIR}/include
|
${gtest_SOURCE_DIR}/include
|
||||||
${gmock_SOURCE_DIR}/include
|
${gmock_SOURCE_DIR}/include
|
||||||
|
"../../external/midi-usb/src"
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(unit-tests
|
add_executable(unit-tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue