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-06-12 03:56:10 +00:00
|
|
|
parser_pos_provider.cpp builtin_cmds.cpp builtin_tactic_cmds.cpp
|
|
|
|
builtin_exprs.cpp)
|
2014-06-06 01:55:36 +00:00
|
|
|
|
2013-08-21 16:04:49 +00:00
|
|
|
target_link_libraries(lean_frontend ${LEAN_LIBS})
|