move all native projects to native/projects
this should make the folder structure a bit more navigatable
This commit is contained in:
parent
c20c852554
commit
b4a343e9db
|
@ -1,4 +1,4 @@
|
|||
# Clang-Format file
|
||||
# .clang-format for native code portion
|
||||
|
||||
BasedOnStyle: Google
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
build/
|
||||
lua/bin
|
||||
native/riscv/ref
|
||||
native/projects/riscv/ref
|
||||
|
||||
.cache/
|
||||
.vscode/
|
||||
|
|
|
@ -3,10 +3,10 @@ project(lcpu-native
|
|||
DESCRIPTION "Superproject for LCPU GMOD Native Module"
|
||||
)
|
||||
|
||||
add_subdirectory(lucore)
|
||||
add_subdirectory(projects/lucore)
|
||||
|
||||
# RISC-V emulation library
|
||||
add_subdirectory(riscv)
|
||||
add_subdirectory(projects/riscv)
|
||||
|
||||
# Server-side emulation/assembler library
|
||||
#add_subdirectory(gmsv_lcpu)
|
||||
# Garry's Mod bindings
|
||||
#add_subdirectory(projects/gmsv_lcpu)
|
||||
|
|
Loading…
Reference in New Issue