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-12-10 20:43:32 +00:00
|
|
|
theorem_queue.cpp structure_cmd.cpp info_manager.cpp
|
2014-12-19 22:29:32 +00:00
|
|
|
info_annotation.cpp find_cmd.cpp placeholder_elaborator.cpp
|
|
|
|
coercion_elaborator.cpp info_tactic.cpp proof_qed_elaborator.cpp
|
|
|
|
init_module.cpp elaborator_context.cpp 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})
|