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
|
|
|
|
interactive.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-07-04 21:25:44 +00:00
|
|
|
dependencies.cpp parser_bindings.cpp proof_qed_ext.cpp
|
2014-07-08 16:24:56 +00:00
|
|
|
class.cpp pp_options.cpp)
|
2014-06-06 01:55:36 +00:00
|
|
|
|
2013-08-21 16:04:49 +00:00
|
|
|
target_link_libraries(lean_frontend ${LEAN_LIBS})
|