Skip to content

Commit

Permalink
Fix include path on loongarch, mips, riscv, and s390
Browse files Browse the repository at this point in the history
  • Loading branch information
acj authored and viktormalik committed Jun 24, 2024
1 parent e56495e commit 8df00ae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/arch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "loongarch64")
else()
message(FATAL_ERROR "Unsupported architecture: ${CMAKE_SYSTEM_PROCESSOR}")
endif()

target_include_directories(arch PUBLIC ${CMAKE_SOURCE_DIR}/src)

0 comments on commit 8df00ae

Please sign in to comment.