lean2/src/kernel/CMakeLists.txt

3 lines
73 B
Text
Raw Normal View History

add_library(kernel expr.cpp)
target_link_libraries(kernel ${EXTRA_LIBS})