From 9e77792f7b2b7de989ccc794738428a6b98ff21b Mon Sep 17 00:00:00 2001 From: Jose Phillips Date: Sun, 1 Dec 2024 23:45:53 -0500 Subject: [PATCH] test windows --- src/sound/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/sound/CMakeLists.txt b/src/sound/CMakeLists.txt index b4a0f3796..4837d76ac 100644 --- a/src/sound/CMakeLists.txt +++ b/src/sound/CMakeLists.txt @@ -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)