diff tests/CMakeLists.txt @ 425:70b0c9e40131

Irccd: import Duktape 2.0.1, closes #636
author David Demelier <markand@malikania.fr>
date Thu, 09 Feb 2017 18:44:22 +0100
parents c6fbb6e0e06d
children 9be4f8a5cf1a
line wrap: on
line diff
--- a/tests/CMakeLists.txt	Thu Feb 09 18:05:41 2017 +0100
+++ b/tests/CMakeLists.txt	Thu Feb 09 18:44:22 2017 +0100
@@ -53,6 +53,7 @@
 
     # JS API
     if (WITH_JS)
+        add_subdirectory(js)
         add_subdirectory(js-elapsedtimer)
         add_subdirectory(js-file)
         add_subdirectory(js-irccd)