1
0
Fork 0

Change: Don't include midi file processing in dedicated server build.

pull/12632/head
Peter Nelson 2024-05-06 17:21:56 +01:00
parent 4e9a280ef8
commit 37a39052f0
No known key found for this signature in database
GPG Key ID: 8EF8F0A467DF75ED
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