We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 371686b commit c419046Copy full SHA for c419046
unit/Makefile
@@ -42,6 +42,7 @@ SRC += unit_tests.cpp \
42
util/simplify_expr.cpp \
43
util/symbol_table.cpp \
44
catch_example.cpp \
45
+ java_bytecode/java_virtual_functions/virtual_functions.cpp \
46
# Empty last line
47
48
INCLUDES= -I ../src/ -I.
0 commit comments