lean2/src/frontends/lean/CMakeLists.txt

3 lines
111 B
CMake
Raw Normal View History

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