2014-02-16 17:53:55 +00:00
|
|
|
add_library(kernel level.cpp diff_cnstrs.cpp expr.cpp expr_eq_fn.cpp
|
2014-02-17 23:21:48 +00:00
|
|
|
for_each_fn.cpp occurs.cpp replace_fn.cpp free_vars.cpp abstract.cpp
|
2014-02-19 06:55:00 +00:00
|
|
|
instantiate.cpp context.cpp formatter.cpp max_sharing.cpp kernel_exception.cpp
|
2014-02-19 07:15:55 +00:00
|
|
|
object.cpp environment.cpp replace_visitor.cpp io_state.cpp
|
2014-02-21 01:19:03 +00:00
|
|
|
normalizer.cpp justification.cpp pos_info_provider.cpp
|
|
|
|
# type_checker.cpp
|
|
|
|
# unification_constraint.cpp
|
|
|
|
# type_checker_justification.cpp
|
2014-02-12 18:54:03 +00:00
|
|
|
)
|
2013-08-15 17:04:24 +00:00
|
|
|
|
2013-08-10 21:15:13 +00:00
|
|
|
target_link_libraries(kernel ${LEAN_LIBS})
|