mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
javascript: add new plugin to run javascript scripts in WeeChat
This plugin was originally written by Koka El Kiwi (repository: https://github.com/KokaKiwi/weechat-js-plugin). This plugin uses Google V8 engine to execute JS scripts.
This commit is contained in:
@@ -141,6 +141,13 @@ if(ENABLE_SCRIPTS AND ENABLE_GUILE)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(ENABLE_SCRIPTS AND ENABLE_JAVASCRIPT)
|
||||
find_package(V8)
|
||||
if(V8_FOUND)
|
||||
add_subdirectory(javascript)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(ENABLE_TRIGGER)
|
||||
add_subdirectory(trigger)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user