Skip to content

Commit 8624dd5

Browse files
committed
include top-level option for selecting JSC api version
Signed-off-by: Robert Günzler <[email protected]>
1 parent 1be82e6 commit 8624dd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ set(CMAKE_CXX_STANDARD 17)
1111

1212
# Options
1313
set(INCLUDEJS_BACKEND "JavaScriptCore" CACHE STRING "The IncludeJS Engine backend")
14+
set(INCLUDEJS_BACKEND_JAVASCRIPTCORE_API_VERSION "" CACHE STRING "Build IncludeJS against a specific version of JavaScriptCore (empty means no preference)")
1415
option(INCLUDEJS_ENGINE "Build the IncludeJS engine library" ON)
1516
option(INCLUDEJS_TESTS "Build the IncludeJS tests" OFF)
1617
option(INCLUDEJS_DOCS "Build the IncludeJS docs" OFF)

0 commit comments

Comments
 (0)