meta: rename ivy-rt to ivy-vm
This commit is contained in:
@@ -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})
|
||||
|
||||
Reference in New Issue
Block a user