mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-01 04:58:54 +00:00
Merge b6c57ce9bf into 5d7486115a
This commit is contained in:
commit
ba9e28499f
9 changed files with 70 additions and 7 deletions
|
|
@ -7,3 +7,18 @@ add_subdirectory(json11)
|
|||
add_subdirectory(minisat)
|
||||
add_subdirectory(sha1)
|
||||
add_subdirectory(subcircuit)
|
||||
block()
|
||||
set(BUILD_SHARED_LIBS OFF)
|
||||
include(FetchContent)
|
||||
option(FMT_INSTALL OFF)
|
||||
FetchContent_Declare(
|
||||
fmt
|
||||
EXCLUDE_FROM_ALL
|
||||
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/fmt
|
||||
)
|
||||
FetchContent_MakeAvailable(fmt)
|
||||
if (NOT YOSYS_WITHOUT_SLANG)
|
||||
set(SLANG_USE_MIMALLOC OFF)
|
||||
add_subdirectory(slang)
|
||||
endif()
|
||||
endblock()
|
||||
|
|
|
|||
1
libs/fmt
Submodule
1
libs/fmt
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 553ec11ec06fbe0beebfbb45f9dc3c9eabd83d28
|
||||
1
libs/slang
Submodule
1
libs/slang
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f04e81565793c768b747a8fd058f3e7aeceee1b5
|
||||
Loading…
Add table
Add a link
Reference in a new issue