lean2/src/kernel/CMakeLists.txt

3 lines
89 B
Text
Raw Normal View History

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