3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-09-08 18:51:28 +00:00

Move dlfcn-win32 to submodule

This commit is contained in:
Miodrag Milanovic 2024-11-12 09:24:52 +01:00
parent 3afb7725f1
commit 1922f115b3
5 changed files with 11 additions and 917 deletions

3
.gitmodules vendored
View file

@ -5,3 +5,6 @@
[submodule "cxxopts"]
path = libs/cxxopts
url = https://github.com/jarro2783/cxxopts
[submodule "dlfcn-win32"]
path = libs/dlfcn-win32
url = https://github.com/dlfcn-win32/dlfcn-win32