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

This commit is contained in:
Peter Nelson 2024-05-08 00:57:52 +01:00 committed by GitHub
parent 9008d793ab
commit 731d46beb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 3 deletions

View File

@ -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