lean2/src/library/CMakeLists.txt

6 lines
226 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 placeholder.cpp expr_lt.cpp
substitution.cpp fo_unify.cpp bin_op.cpp)
target_link_libraries(library ${LEAN_LIBS})