Skip to content

Commit 129d910

Browse files
committed
chore: move third_party to bridge
1 parent 7ed869e commit 129d910

File tree

605 files changed

+7
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

605 files changed

+7
-5
lines changed

bridge/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,11 @@ if ($ENV{KRAKEN_JS_ENGINE} MATCHES "jsc")
7171

7272
if (${IS_ANDROID})
7373
list(APPEND BRIDGE_INCLUDE
74-
${CMAKE_CURRENT_SOURCE_DIR}/../third_party/JavaScriptCore/include
74+
${CMAKE_CURRENT_SOURCE_DIR}/third_party/JavaScriptCore/include
7575
)
7676
add_library(JavaScriptCore SHARED IMPORTED)
7777
set_target_properties(JavaScriptCore PROPERTIES IMPORTED_LOCATION
78-
"${CMAKE_CURRENT_SOURCE_DIR}/../third_party/JavaScriptCore/lib/android/${ANDROID_ABI}/libjsc.so"
78+
"${CMAKE_CURRENT_SOURCE_DIR}/third_party/JavaScriptCore/lib/android/${ANDROID_ABI}/libjsc.so"
7979
)
8080
list(APPEND BRIDGE_LINK_LIBS
8181
JavaScriptCore

bridge/third_party

-1
This file was deleted.

0 commit comments

Comments
 (0)