2014-06-10 16:11:45 +00:00
|
|
|
add_library(lean_frontend register_module.cpp token_table.cpp
|
2014-06-11 18:44:16 +00:00
|
|
|
scanner.cpp parse_table.cpp parser_config.cpp parser.cpp
|
2014-07-02 03:43:53 +00:00
|
|
|
parser_pos_provider.cpp builtin_cmds.cpp builtin_exprs.cpp
|
2014-08-07 01:07:04 +00:00
|
|
|
server.cpp notation_cmd.cpp calc.cpp
|
2014-06-29 00:43:30 +00:00
|
|
|
decl_cmds.cpp util.cpp inductive_cmd.cpp elaborator.cpp
|
2014-08-21 17:36:44 +00:00
|
|
|
dependencies.cpp parser_bindings.cpp begin_end_ext.cpp
|
2014-07-29 02:04:57 +00:00
|
|
|
class.cpp pp_options.cpp tactic_hint.cpp pp.cpp theorem_queue.cpp
|
2014-09-10 17:24:35 +00:00
|
|
|
structure_cmd.cpp info_manager.cpp no_info.cpp extra_info.cpp
|
2014-09-10 18:19:14 +00:00
|
|
|
local_context.cpp choice_iterator.cpp)
|
2014-06-06 01:55:36 +00:00
|
|
|
|
2013-08-21 16:04:49 +00:00
|
|
|
target_link_libraries(lean_frontend ${LEAN_LIBS})
|