add WAMR to build

This commit is contained in:
Lukas Höppner
2026-08-09 21:11:17 +02:00
parent 93fc058120
commit 1654d366b2
7 changed files with 113 additions and 10 deletions
+3
View File
@@ -1,6 +1,9 @@
cmake_minimum_required(VERSION 3.16)
project(Nova64 VERSION 1.0.0 LANGUAGES C)
set(CMAKE_C_STANDARD 11)
set(CMAKE_C_STANDARD_REQUIRED ON)
option(BUILD_CORE "Build the Nova64 native core library" ON)
option(BUILD_ESP32 "Build the ESP32 firmware project" OFF)
option(BUILD_SIMULATOR "Build the C# simulator project" OFF)