23 lines
825 B
CMake
23 lines
825 B
CMake
add_library(lean_frontend OBJECT tokens.cpp
|
|
token_table.cpp scanner.cpp parse_table.cpp parser_config.cpp
|
|
parser.cpp parser_pos_provider.cpp builtin_cmds.cpp builtin_exprs.cpp
|
|
server.cpp notation_cmd.cpp calc.cpp decl_cmds.cpp util.cpp
|
|
inductive_cmd.cpp dependencies.cpp
|
|
pp.cpp theorem_queue.cpp
|
|
structure_cmd.cpp info_manager.cpp info_annotation.cpp find_cmd.cpp
|
|
init_module.cpp
|
|
type_util.cpp local_ref_info.cpp
|
|
obtain_expr.cpp decl_attributes.cpp nested_declaration.cpp
|
|
opt_cmd.cpp prenum.cpp
|
|
print_cmd.cpp elaborator.cpp
|
|
# LEGACY
|
|
old_elaborator.cpp
|
|
old_attributes.cpp
|
|
old_elaborator_exception.cpp
|
|
elaborator_context.cpp
|
|
# begin_end_annotation.cpp tactic_hint.cpp
|
|
# info_tactic.cpp
|
|
# parse_tactic_location.cpp parse_rewrite_tactic.cpp builtin_tactics.cpp
|
|
# parse_with_options_tactic.cpp
|
|
#parse_with_attributes_tactic.cpp
|
|
)
|