Install DLL

This commit is contained in:
Miodrag Milanovic 2026-06-08 17:30:31 +02:00
parent da50b0d2dd
commit 54a61650d0
1 changed files with 3 additions and 0 deletions

View File

@ -91,6 +91,9 @@ function(yosys_abc_target arg_LIBNAME arg_EXENAME)
set_target_properties(${arg_LIBNAME} PROPERTIES
YOSYS_IS_ABC ON
)
if(MSVC)
install(FILES "${CMAKE_SOURCE_DIR}/abc/lib/x64/pthreadVC2.dll" DESTINATION bin)
endif()
yosys_cxx_executable(${arg_EXENAME}
OUTPUT_NAME ${arg_EXENAME}