chore: move runtime implementation to src/runtime

This commit is contained in:
Leonardo de Moura 2020-05-22 14:35:16 -07:00
parent e28d13e0d4
commit 2f1ec93289
23 changed files with 1 additions and 1 deletions

View file

@ -502,7 +502,7 @@ if(LEANCPP)
COMMAND cmake -E copy_if_different "${LEANCPP}" "${CMAKE_BINARY_DIR}/lib/lean/libleancpp.a")
add_dependencies(leancpp copy-leancpp)
else()
add_subdirectory(lean/runtime)
add_subdirectory(runtime)
set(LEAN_OBJS ${LEAN_OBJS} $<TARGET_OBJECTS:runtime>)
add_subdirectory(util)
set(LEAN_OBJS ${LEAN_OBJS} $<TARGET_OBJECTS:util>)