CMake: Include teakra after xbyak for better support with the JIT branch

This commit is contained in:
wheremyfoodat 2024-02-19 22:04:50 +02:00 committed by GitHub
parent 093364f615
commit fa4cc35a9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,6 @@ include_directories(third_party/toml11)
include_directories(third_party/glm)
add_subdirectory(third_party/cmrc)
add_subdirectory(third_party/teakra EXCLUDE_FROM_ALL)
set(BOOST_ROOT "${CMAKE_SOURCE_DIR}/third_party/boost")
set(Boost_INCLUDE_DIR "${CMAKE_SOURCE_DIR}/third_party/boost")
@ -150,6 +149,7 @@ if(HOST_X64 OR HOST_ARM64)
else()
message(FATAL_ERROR "Currently unsupported CPU architecture")
endif()
add_subdirectory(third_party/teakra EXCLUDE_FROM_ALL)
set(SOURCE_FILES src/emulator.cpp src/io_file.cpp src/config.cpp
src/core/CPU/cpu_dynarmic.cpp src/core/CPU/dynarmic_cycles.cpp