lean2/src/frontends/lean/CMakeLists.txt

5 lines
231 B
CMake
Raw Normal View History

add_library(lean_frontend frontend.cpp operator_info.cpp scanner.cpp parser.cpp pp.cpp
frontend_elaborator.cpp register_module.cpp environment_scope.cpp coercion.cpp
shell.cpp)
target_link_libraries(lean_frontend ${LEAN_LIBS})