2014-09-23 00:30:29 +00:00
|
|
|
add_library(lean_frontend tokens.cpp register_module.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 elaborator.cpp dependencies.cpp parser_bindings.cpp
|
|
|
|
begin_end_ext.cpp class.cpp pp_options.cpp tactic_hint.cpp pp.cpp
|
2014-11-05 01:28:30 +00:00
|
|
|
theorem_queue.cpp structure_cmd.cpp info_manager.cpp info_annotation.cpp
|
|
|
|
local_context.cpp choice_iterator.cpp
|
2014-10-23 20:18:30 +00:00
|
|
|
placeholder_elaborator.cpp coercion_elaborator.cpp info_tactic.cpp
|
2014-10-30 21:44:58 +00:00
|
|
|
proof_qed_elaborator.cpp init_module.cpp elaborator_context.cpp
|
2014-11-03 22:14:40 +00:00
|
|
|
calc_proof_elaborator.cpp type_util.cpp elaborator_exception.cpp)
|
2014-10-23 00:33:16 +00:00
|
|
|
|
2014-06-06 01:55:36 +00:00
|
|
|
|
2013-08-21 16:04:49 +00:00
|
|
|
target_link_libraries(lean_frontend ${LEAN_LIBS})
|