mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-15 21:36:55 +00:00
Install DLL
This commit is contained in:
parent
da50b0d2dd
commit
54a61650d0
1 changed files with 3 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue