From eb7211bb8d199b60d1e15cc84e16e08f1e8c0f23 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Sun, 26 Oct 2014 01:17:02 +0000 Subject: Fully implemented reading values from MozJs (except for all bugs that are still in it); added generic unit test for java script engine implementations; added suppressions for valgrind (as the mozjs library produced some leaks that can safely be ignored); added a bunch of TODOs git-svn-id: file:///var/local/svn/basicwriter@79 daaaf23c-2e50-4459-9457-1e69db5a47bf --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2f8da7a..60fb273 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,6 +110,7 @@ ADD_LIBRARY(ousia_plugin_mozjs TARGET_LINK_LIBRARIES(ousia_plugin_mozjs ousia_core + ${MOZJS_LIBRARIES} ) # If testing is enabled, build the unit tests -- cgit v1.2.3