Some code clean

This commit is contained in:
Jose Phillips
2024-12-01 18:12:57 -05:00
parent d15342f46c
commit a651cd113b
2 changed files with 1 additions and 8 deletions

View File

@@ -124,13 +124,9 @@ if(OPL4ML)
target_compile_definitions(snd PRIVATE USE_OPL4ML)
target_sources(snd PRIVATE midi_opl4.c midi_opl4_yrw801.c)
endif()
find_package(PkgConfig REQUIRED)
pkg_check_modules(SERIALPORT REQUIRED libserialport)
include_directories(${SERIALPORT_INCLUDE})
target_link_libraries(86Box ${SERIALPORT_LIBRARIES})
add_subdirectory(resid-fp)
target_link_libraries(86Box resid-fp)