2014-05-10 02:58:19 +00:00
|
|
|
add_library(kernel level.cpp expr.cpp expr_eq_fn.cpp
|
2014-04-26 01:30:40 +00:00
|
|
|
for_each_fn.cpp replace_fn.cpp free_vars.cpp abstract.cpp
|
2014-04-17 23:10:47 +00:00
|
|
|
instantiate.cpp context.cpp formatter.cpp max_sharing.cpp
|
2014-05-02 01:05:46 +00:00
|
|
|
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})
|