lean2/src/library/CMakeLists.txt
Leonardo de Moura 49425f1a5b feat(builtin/Nat): multiplication axioms and theorems
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-01 21:32:07 -08:00

5 lines
222 B
CMake

add_library(library kernel_bindings.cpp deep_copy.cpp max_sharing.cpp
context_to_lambda.cpp placeholder.cpp expr_lt.cpp substitution.cpp
fo_unify.cpp bin_op.cpp eq_heq.cpp)
target_link_libraries(library ${LEAN_LIBS})