lean2/src/library/CMakeLists.txt

4 lines
183 B
Text
Raw Normal View History

add_library(library basic_thms.cpp deep_copy.cpp max_sharing.cpp toplevel.cpp printer.cpp
formatter.cpp context_to_lambda.cpp state.cpp)
target_link_libraries(library ${LEAN_LIBS})