File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ add_subdirectory(ansi-c)
85
85
add_subdirectory (assembler )
86
86
add_subdirectory (big-int )
87
87
add_subdirectory (cpp )
88
+ add_subdirectory (xmllang )
88
89
add_subdirectory (goto-checker )
89
90
add_subdirectory (goto-programs )
90
91
add_subdirectory (goto-symex )
@@ -96,7 +97,6 @@ add_subdirectory(linking)
96
97
add_subdirectory (pointer-analysis )
97
98
add_subdirectory (solvers )
98
99
add_subdirectory (util )
99
- add_subdirectory (xmllang )
100
100
101
101
add_subdirectory (cbmc )
102
102
add_subdirectory (goto-cc )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ add_library(goto-checker ${sources})
3
3
4
4
generic_includes (goto-checker )
5
5
6
- target_link_libraries (goto-checker goto-programs goto-symex solvers util )
6
+ target_link_libraries (goto-checker goto-programs goto-symex solvers util xml goto-instrument-lib )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ add_library(goto-programs ${sources})
3
3
4
4
generic_includes (goto-programs )
5
5
6
- target_link_libraries (goto-programs util assembler langapi analyses linking )
6
+ target_link_libraries (goto-programs util assembler langapi analyses linking ansi-c )
You can’t perform that action at this time.
0 commit comments