lean2/src/frontends/lean/CMakeLists.txt

5 lines
124 B
CMake
Raw Normal View History

add_library(lean_frontend register_module.cpp token_set.cpp
scanner.cpp)
target_link_libraries(lean_frontend ${LEAN_LIBS})