mirror of
https://github.com/yuzu-emu/sirit.git
synced 2024-11-22 18:55:41 +01:00
Rename "insts" directory to "instructions"
This commit is contained in:
parent
f5944d61a6
commit
f259019494
@ -12,20 +12,20 @@ add_library(sirit
|
|||||||
literal_string.cpp
|
literal_string.cpp
|
||||||
literal_string.h
|
literal_string.h
|
||||||
common_types.h
|
common_types.h
|
||||||
insts/type.cpp
|
instructions/type.cpp
|
||||||
insts/constant.cpp
|
instructions/constant.cpp
|
||||||
insts/function.cpp
|
instructions/function.cpp
|
||||||
insts/flow.cpp
|
instructions/flow.cpp
|
||||||
insts/debug.cpp
|
instructions/debug.cpp
|
||||||
insts/memory.cpp
|
instructions/memory.cpp
|
||||||
insts/annotation.cpp
|
instructions/annotation.cpp
|
||||||
insts/misc.cpp
|
instructions/misc.cpp
|
||||||
insts/logical.cpp
|
instructions/logical.cpp
|
||||||
insts/conversion.cpp
|
instructions/conversion.cpp
|
||||||
insts/bit.cpp
|
instructions/bit.cpp
|
||||||
insts/arithmetic.cpp
|
instructions/arithmetic.cpp
|
||||||
insts/extension.cpp
|
instructions/extension.cpp
|
||||||
insts/image.cpp
|
instructions/image.cpp
|
||||||
)
|
)
|
||||||
target_include_directories(sirit
|
target_include_directories(sirit
|
||||||
PUBLIC ../include
|
PUBLIC ../include
|
||||||
|
Loading…
Reference in New Issue
Block a user