2 lines
80 B
CMake
2 lines
80 B
CMake
add_library(simplifier ceqv.cpp)
|
|
target_link_libraries(simplifier ${LEAN_LIBS})
|