2023-07-16 01:58:32 -04:00
|
|
|
cmake_minimum_required(VERSION 3.15)
|
|
|
|
project(lcpu-native
|
|
|
|
DESCRIPTION "Superproject for LCPU GMOD Native Module"
|
|
|
|
)
|
|
|
|
|
2023-07-16 05:46:49 -04:00
|
|
|
add_subdirectory(projects/lucore)
|
2023-07-17 06:59:20 -04:00
|
|
|
add_subdirectory(projects/lucore_test)
|
2023-07-16 02:15:55 -04:00
|
|
|
|
2023-07-16 01:58:32 -04:00
|
|
|
# RISC-V emulation library
|
2023-07-16 05:46:49 -04:00
|
|
|
add_subdirectory(projects/riscv)
|
2023-07-16 01:58:32 -04:00
|
|
|
|
2023-07-16 05:46:49 -04:00
|
|
|
# Garry's Mod bindings
|
|
|
|
#add_subdirectory(projects/gmsv_lcpu)
|