chore: move runtime implementation to src/runtime
This commit is contained in:
parent
e28d13e0d4
commit
2f1ec93289
23 changed files with 1 additions and 1 deletions
|
|
@ -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>)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue