2013-09-13 03:09:35 +00:00
|
|
|
add_library(lean_frontend frontend.cpp operator_info.cpp scanner.cpp parser.cpp pp.cpp
|
2013-12-28 22:39:10 +00:00
|
|
|
notation.cpp frontend_elaborator.cpp register_module.cpp environment_scope.cpp coercion.cpp)
|
2013-08-21 16:04:49 +00:00
|
|
|
target_link_libraries(lean_frontend ${LEAN_LIBS})
|