core: find oaknut for NCE

Signed-off-by: Marcin Serwin <marcin@serwin.dev>
This commit is contained in:
Marcin Serwin 2025-09-09 21:04:39 +02:00
parent f6e18d868a
commit 80d4a8f635
Signed by: marcin-serwin
GPG key ID: DACFAC4EA0B194E0

View file

@ -1224,6 +1224,7 @@ if (HAS_NCE)
arm/nce/patcher.h
arm/nce/visitor_base.h
)
find_package(oaknut 2.0.1 REQUIRED)
target_link_libraries(core PRIVATE merry::oaknut)
endif()