3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-06-15 21:36:55 +00:00

Install DLL

This commit is contained in:
Miodrag Milanovic 2026-06-08 17:30:31 +02:00
parent da50b0d2dd
commit 54a61650d0

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}