Fix missing install of vl_file_copy/vl_hier_graph (#3165).

This commit is contained in:
Wilson Snyder 2021-10-12 20:20:21 -04:00
parent 9731ec76e3
commit c3bec344a4
2 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,7 @@ Verilator 4.213 devel
* Fix --waiver-output for multiline warnings (#2429) (#3141). [Keith Colbert]
* Fix crash on clang 12/13 (#3148). [Kouping Hsu]
* Fix cygwin compile error due to missing -std=gnu++14 (#3149). [Sun Kim]
* Fix missing install of vl_file_copy/vl_hier_graph (#3165). [Popolon]
Verilator 4.212 2021-09-01

View File

@ -207,8 +207,10 @@ VL_INST_INC_SRCDIR_FILES = \
include/vltstd/*.[chv]* \
VL_INST_DATA_SRCDIR_FILES = \
examples/*/*.[chv]* examples/*/Makefile* \
examples/*/CMakeLists.txt
examples/*/*.[chv]* \
examples/*/CMakeLists.txt \
examples/*/Makefile* \
examples/*/vl_* \
installbin:
$(MKINSTALLDIRS) $(DESTDIR)$(bindir)