2013-08-15 17:04:24 +00:00
|
|
|
add_library(kernel expr.cpp free_vars.cpp abstract.cpp instantiate.cpp
|
2013-09-02 15:43:38 +00:00
|
|
|
normalizer.cpp context.cpp level.cpp object.cpp environment.cpp
|
2013-12-30 19:20:23 +00:00
|
|
|
type_checker.cpp builtin.cpp occurs.cpp metavar.cpp
|
2014-01-02 21:37:50 +00:00
|
|
|
justification.cpp unification_constraint.cpp kernel_exception.cpp
|
|
|
|
type_checker_justification.cpp pos_info_provider.cpp
|
2014-01-06 23:01:28 +00:00
|
|
|
replace_visitor.cpp update_expr.cpp io_state.cpp max_sharing.cpp
|
|
|
|
universe_constraints.cpp)
|
2013-08-15 17:04:24 +00:00
|
|
|
|
2013-08-10 21:15:13 +00:00
|
|
|
target_link_libraries(kernel ${LEAN_LIBS})
|