mirror of
https://github.com/86Box/86Box.git
synced 2026-02-21 17:15:32 -07:00
fix for other platforms
This commit is contained in:
@@ -178,6 +178,9 @@ pkg_check_modules(SERIALPORT REQUIRED libserialport)
|
||||
if(APPLE)
|
||||
include_directories(${LIBSERIALPORT_ROOT}/include)
|
||||
target_link_libraries(86Box ${LIBSERIALPORT_ROOT}/lib/libserialport.dylib)
|
||||
else()
|
||||
include_directories(${SERIALPORT_INCLUDE_DIRS})
|
||||
target_link_libraries(86Box ${SERIALPORT_LIBRARIES})
|
||||
endif()
|
||||
|
||||
add_subdirectory(resid-fp)
|
||||
|
||||
Reference in New Issue
Block a user