Fix bad line

This commit is contained in:
Cacodemon345
2024-02-14 03:02:14 +06:00
committed by GitHub
parent c7c0567606
commit 63329bc922

View File

@@ -127,7 +127,7 @@ endif()
if(OPL4ML) if(OPL4ML)
target_compile_definitions(snd PRIVATE USE_OPL4ML) target_compile_definitions(snd PRIVATE USE_OPL4ML)
target_sources(snd PRIVATE target_sources(snd PRIVATE midi_opl4.c midi_opl4_yrw801.c) target_sources(snd PRIVATE midi_opl4.c midi_opl4_yrw801.c)
endif() endif()
add_subdirectory(resid-fp) add_subdirectory(resid-fp)