diff --git a/Core/AppRuntime/CMakeLists.txt b/Core/AppRuntime/CMakeLists.txt index ba671233..08244b20 100644 --- a/Core/AppRuntime/CMakeLists.txt +++ b/Core/AppRuntime/CMakeLists.txt @@ -19,7 +19,7 @@ target_include_directories(AppRuntime INTERFACE "Include") target_link_libraries(AppRuntime - PRIVATE arcana + PUBLIC arcana PUBLIC JsRuntime) if(NAPI_JAVASCRIPT_ENGINE STREQUAL "V8" AND JSRUNTIMEHOST_CORE_APPRUNTIME_V8_INSPECTOR)