2013-07-25 02:36:54 +00:00
|
|
|
add_library(kernel expr.cpp max_sharing.cpp free_vars.cpp abstract.cpp
|
2013-07-30 08:39:29 +00:00
|
|
|
instantiate.cpp deep_copy.cpp normalize.cpp level.cpp environment.cpp
|
2013-08-08 02:10:12 +00:00
|
|
|
type_check.cpp context.cpp builtin.cpp basic_thms.cpp toplevel.cpp
|
2013-08-14 02:12:23 +00:00
|
|
|
object.cpp expr_formatter.cpp expr_locator.cpp pp.cpp)
|
2013-08-10 21:15:13 +00:00
|
|
|
target_link_libraries(kernel ${LEAN_LIBS})
|