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)