mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-18 02:16:41 +00:00
libparse: install headers for use in plugins
This commit is contained in:
parent
66035f706e
commit
ad80e2bd39
2 changed files with 6 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -627,6 +627,7 @@ endif
|
|||
$(eval $(call add_include_file,libs/sha1/sha1.h))
|
||||
$(eval $(call add_include_file,libs/json11/json11.hpp))
|
||||
$(eval $(call add_include_file,passes/fsm/fsmdata.h))
|
||||
$(eval $(call add_include_file,passes/techmap/libparse.h))
|
||||
$(eval $(call add_include_file,frontends/ast/ast.h))
|
||||
$(eval $(call add_include_file,frontends/ast/ast_binding.h))
|
||||
$(eval $(call add_include_file,frontends/blif/blifparse.h))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue