Skip to content

Commit

Permalink
cmake: Fix missing headers
Browse files Browse the repository at this point in the history
  • Loading branch information
wsnyder committed Oct 18, 2023
1 parent 2862545 commit 51a1822
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,10 @@ set(HEADERS
V3LinkResolve.h
V3List.h
V3Localize.h
V3MemberMap.h
V3MergeCond.h
V3Mutex.h
V3Name.h
V3Name.h
V3Number.h
V3OptionParser.h
Expand All @@ -136,6 +139,7 @@ set(HEADERS
V3ProtectLib.h
V3Randomize.h
V3Reloop.h
V3Rtti.h
V3Sched.h
V3Scope.h
V3Scoreboard.h
Expand Down

0 comments on commit 51a1822

Please sign in to comment.