test windows

This commit is contained in:
Jose Phillips
2024-12-01 23:45:53 -05:00
parent 7f8f49e6e7
commit 9e77792f7b

View File

@@ -182,6 +182,9 @@ else()
include_directories(${SERIALPORT_INCLUDE_DIRS})
target_link_libraries(86Box ${SERIALPORT_LIBRARIES})
endif()
if (WIN32)
target_compile_options(86Box PUBLIC ${SERIALPORT_CFLAGS_OTHER} --static )
endif()
add_subdirectory(resid-fp)
target_link_libraries(86Box resid-fp)