gmod-lcpu/native/CMakeLists.txt

14 lines
306 B
CMake
Raw Normal View History

2023-07-16 01:58:32 -04:00
cmake_minimum_required(VERSION 3.15)
project(lcpu-native
DESCRIPTION "Superproject for LCPU GMOD Native Module"
)
add_subdirectory(projects/lucore)
add_subdirectory(projects/lucore_test)
2023-07-16 01:58:32 -04:00
# RISC-V emulation library
add_subdirectory(projects/riscv)
2023-07-16 01:58:32 -04:00
# Garry's Mod bindings
add_subdirectory(projects/lcpu)