lean2/src/kernel/CMakeLists.txt

6 lines
323 B
CMake
Raw Normal View History

add_library(kernel expr.cpp max_sharing.cpp free_vars.cpp abstract.cpp
instantiate.cpp deep_copy.cpp normalize.cpp level.cpp environment.cpp
type_check.cpp context.cpp builtin.cpp basic_thms.cpp toplevel.cpp
object.cpp expr_formatter.cpp expr_locator.cpp occurs.cpp pp.cpp)
target_link_libraries(kernel ${LEAN_LIBS})