We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da1dc74 commit b8b49cdCopy full SHA for b8b49cd
2 files changed
cmake/libremidi.examples.cmake
@@ -21,7 +21,7 @@ add_example(midi1_to_midi2)
21
add_example(midiclock_in)
22
add_example(midiclock_out)
23
add_example(midiout)
24
-add_example(client)
+# add_example(client)
25
add_example(midiprobe)
26
add_example(qmidiin)
27
add_example(sysextest)
cmake/libremidi.sources.cmake
@@ -126,8 +126,8 @@ target_sources(libremidi PRIVATE
126
include/libremidi/detail/ump_stream.hpp
127
128
include/libremidi/api.hpp
129
- include/libremidi/client.cpp
130
- include/libremidi/client.hpp
+ # include/libremidi/client.cpp
+ # include/libremidi/client.hpp
131
include/libremidi/config.hpp
132
include/libremidi/configurations.hpp
133
include/libremidi/error.hpp
0 commit comments