lean2/src/util/sexpr/CMakeLists.txt
Leonardo de Moura 24fc89ff70 refactor(frontends/lean/server): move option display_value to option_declarations
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-02 17:42:21 -07:00

2 lines
131 B
CMake

add_library(sexpr sexpr.cpp sexpr_fn.cpp format.cpp options.cpp option_declarations.cpp)
target_link_libraries(sexpr ${LEAN_LIBS})