meta: rename ivy-rt to ivy-vm

This commit is contained in:
2025-05-09 14:01:41 +01:00
parent 05df01ff1b
commit 497ba65440
8 changed files with 25 additions and 26 deletions

View File

@@ -8,7 +8,7 @@ file(GLOB ivy_sources
file(GLOB_RECURSE sys_sources
sys/${system_name}/*.c
sys/${system_name}/*.h)
if (WIN32)
set(rc_file ${CMAKE_CURRENT_SOURCE_DIR}/../res/win32/frontend.rc)
endif ()
@@ -16,7 +16,7 @@ endif ()
add_executable(ivy ${ivy_sources} ${sys_sources} ${rc_file})
target_link_libraries(
ivy
ivy-rt
ivy-vm
ivy-asm
ivy-lang
ivy-common
@@ -24,4 +24,4 @@ target_link_libraries(
Bluelib::Object
Bluelib::Cmd)
target_compile_definitions(ivy PRIVATE IVY_STATIC=${IVY_STATIC})
target_compile_definitions(ivy PRIVATE IVY_STATIC=${IVY_STATIC})