Add targets for testing ExectOS inside QEMU VM

This commit is contained in:
2022-12-13 20:07:15 +01:00
parent 03ebd3d273
commit b2b6cd7e0f
5 changed files with 43 additions and 14 deletions

View File

@@ -46,6 +46,7 @@ project(EXECTOS)
# Load all the CMake SDK
include(sdk/cmake/baseaddress.cmake)
include(sdk/cmake/functions.cmake)
include(sdk/cmake/qemu.cmake)
include(sdk/cmake/version.cmake)
include(sdk/cmake/xtchain.cmake)