renames core(s)
This commit is contained in:
@@ -31,13 +31,13 @@ add_subdirectory(softfloat)
|
||||
|
||||
set(LIB_SOURCES
|
||||
src/iss/plugin/instruction_count.cpp
|
||||
src/iss/arch/tgc_c.cpp
|
||||
src/vm/tcc/vm_tgc_c.cpp
|
||||
src/vm/interp/vm_tgc_c.cpp
|
||||
src/iss/arch/tgc5c.cpp
|
||||
src/vm/tcc/vm_tgc5c.cpp
|
||||
src/vm/interp/vm_tgc5c.cpp
|
||||
src/vm/fp_functions.cpp
|
||||
)
|
||||
if(WITH_TCC)
|
||||
list(APPEND LIB_SOURCES src/vm/tcc/vm_tgc_c.cpp)
|
||||
list(APPEND LIB_SOURCES src/vm/tcc/vm_tgc5c.cpp)
|
||||
endif()
|
||||
|
||||
# library files
|
||||
|
Reference in New Issue
Block a user