Change: Don't include midi file processing in dedicated server build. (#12632)

pull/729/head
Peter Nelson 5 months ago committed by GitHub
parent 9008d793ab
commit 731d46beb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -36,12 +36,15 @@ if(NOT OPTION_DEDICATED)
bemidi.h
CONDITION HAIKU
)
add_files(
midi.h
midifile.cpp
midifile.hpp
)
endif()
add_files(
midi.h
midifile.cpp
midifile.hpp
music_driver.hpp
null_m.cpp
null_m.h

Loading…
Cancel
Save