lean2/src/frontends/lean/CMakeLists.txt
Leonardo de Moura f7e8545e97 refactor(frontends/lua): rename leanlua_state to script_state, and move it to util
This commit also minimizes the dependencies of script_state.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-27 14:57:36 -08:00

3 lines
197 B
CMake

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