Skip to content

Commit a75ee3f

Browse files
peterschrammelDaniel Kroening
authored and
Daniel Kroening
committed
Add missing langapi dependency to util
This dependency was introduced by moving language.h to langapi. The dependency will be removed by the work in 1869 / 1935.
1 parent 5268c44 commit a75ee3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ add_library(util ${sources})
33

44
generic_includes(util)
55

6-
target_link_libraries(util big-int)
6+
target_link_libraries(util big-int langapi)

0 commit comments

Comments
 (0)