lean2/src/kernel/CMakeLists.txt
Leonardo de Moura 65486b2dec refactor(kernel/expr): add macro_definition smart pointer
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-05-01 18:05:46 -07:00

8 lines
416 B
CMake

add_library(kernel level.cpp diff_cnstrs.cpp expr.cpp expr_eq_fn.cpp
for_each_fn.cpp replace_fn.cpp free_vars.cpp abstract.cpp
instantiate.cpp context.cpp formatter.cpp max_sharing.cpp
definition.cpp replace_visitor.cpp environment.cpp justification.cpp
pos_info_provider.cpp metavar.cpp converter.cpp constraint.cpp
type_checker.cpp error_msgs.cpp kernel_exception.cpp )
target_link_libraries(kernel ${LEAN_LIBS})