3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-07-01 04:58:54 +00:00
This commit is contained in:
Miodrag Milanović 2026-06-19 03:59:48 +00:00 committed by GitHub
commit ba9e28499f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 70 additions and 7 deletions

View file

@ -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

@ -0,0 +1 @@
Subproject commit 553ec11ec06fbe0beebfbb45f9dc3c9eabd83d28

1
libs/slang Submodule

@ -0,0 +1 @@
Subproject commit f04e81565793c768b747a8fd058f3e7aeceee1b5