lean2/src/library/rewriter/CMakeLists.txt

3 lines
93 B
CMake
Raw Normal View History

add_library(rewriter rewriter.cpp fo_match.cpp)
target_link_libraries(rewriter ${LEAN_LIBS})