lean2/src/library/elaborator/CMakeLists.txt

3 lines
86 B
Text
Raw Normal View History

add_library(elaborator elaborator.cpp)
target_link_libraries(elaborator ${LEAN_LIBS})