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