Skip to content

Commit e97e4e4

Browse files
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 edccff4 commit e97e4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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)