Skip to content

Commit 3ff6bf8

Browse files
committed
Fix simde includes for ARM.
1 parent f5b8d1d commit 3ff6bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

UnleashedRecompLib/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,5 @@ add_library(UnleashedRecompLib
7979
)
8080

8181
target_include_directories(UnleashedRecompLib PUBLIC ${CMAKE_CURRENT_SOURCE_DIR})
82+
target_include_directories(UnleashedRecompLib PRIVATE "${UNLEASHED_RECOMP_TOOLS_ROOT}/XenonRecomp/thirdparty/simde")
8283
target_precompile_headers(UnleashedRecompLib PUBLIC "ppc/ppc_recomp_shared.h")

0 commit comments

Comments
 (0)