From e86313603a6285e471e0a8ab5bd61bb5dcc44310 Mon Sep 17 00:00:00 2001 From: Rafal Kupiec Date: Tue, 30 Apr 2024 12:19:38 +0200 Subject: [PATCH] Correct path to cmake file --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2bcd756..a6b109b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,8 +45,8 @@ project(EXECTOS) # Load all the CMake SDK include(sdk/cmake/baseaddress.cmake) +include(sdk/cmake/emulation.cmake) include(sdk/cmake/functions.cmake) -include(sdk/cmake/qemu.cmake) include(sdk/cmake/version.cmake) include(sdk/cmake/xtchain.cmake)