diff tests/CMakeLists.txt @ 522:683eb8ad79d1

Irccd: do not set config in js_plugin load, closes #678
author David Demelier <markand@malikania.fr>
date Mon, 13 Nov 2017 19:34:52 +0100
parents e03521cf207b
children d070d33bf4a0
line wrap: on
line diff
--- a/tests/CMakeLists.txt	Fri Oct 27 21:45:32 2017 +0200
+++ b/tests/CMakeLists.txt	Mon Nov 13 19:34:52 2017 +0100
@@ -68,6 +68,9 @@
 
     # JS API
     if (HAVE_JS)
+        # Javascript plugin object.
+        add_subdirectory(js-plugin)
+
         add_subdirectory(js)
         add_subdirectory(js-elapsedtimer)
         add_subdirectory(js-directory)