lean2/src/library/simplifier/CMakeLists.txt

2 lines
80 B
CMake

add_library(simplifier ceqv.cpp)
target_link_libraries(simplifier ${LEAN_LIBS})