2014-05-17 18:15:08 +00:00
|
|
|
add_library(kernel level.cpp expr.cpp expr_eq_fn.cpp for_each_fn.cpp
|
|
|
|
replace_fn.cpp free_vars.cpp abstract.cpp instantiate.cpp context.cpp
|
|
|
|
formatter.cpp definition.cpp replace_visitor.cpp environment.cpp
|
|
|
|
justification.cpp pos_info_provider.cpp metavar.cpp converter.cpp
|
|
|
|
constraint.cpp type_checker.cpp error_msgs.cpp kernel_exception.cpp )
|
2013-08-15 17:04:24 +00:00
|
|
|
|
2013-08-10 21:15:13 +00:00
|
|
|
target_link_libraries(kernel ${LEAN_LIBS})
|