lean2/src/library/CMakeLists.txt

6 lines
231 B
CMake
Raw Normal View History

add_library(library kernel_bindings.cpp basic_thms.cpp deep_copy.cpp
max_sharing.cpp context_to_lambda.cpp io_state.cpp update_expr.cpp
type_inferer.cpp placeholder.cpp expr_lt.cpp)
target_link_libraries(library ${LEAN_LIBS})