diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-03 00:00:02 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-03 00:00:02 +0100 |
commit | 92a31ed239fe41af07bb13d572203a7753091a5b (patch) | |
tree | 8cb95f71e108de421ca6085576dea5632ead5ec2 /CMakeLists.txt | |
parent | 80c32c744807afa81178f45af1867fb7c3366c81 (diff) |
temporarily removed mozjs binding
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 22 |
1 files changed, 8 insertions, 14 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index cb4d073..14a50be 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,8 +96,6 @@ ADD_DEFINITIONS( ${MOZJS_CFLAGS_OTHER} ) -# ousia_script library (containing the bindings needed for script engines) -# TODO: This is not only the script library. ADD_LIBRARY(ousia_core src/core/BufferedCharReader src/core/CodeTokenizer @@ -119,8 +117,6 @@ ADD_LIBRARY(ousia_core src/core/variant/Variant ) -# ousia_xml library - ADD_LIBRARY(ousia_xml src/plugins/xml/XmlParser ) @@ -130,16 +126,14 @@ TARGET_LINK_LIBRARIES(ousia_xml ${EXPAT_LIBRARIES} ) -# ousia_mozjs library - -ADD_LIBRARY(ousia_mozjs - src/plugins/mozjs/MozJsScriptEngine -) - -TARGET_LINK_LIBRARIES(ousia_mozjs - ousia_core - ${MOZJS_LIBRARIES} -) +#ADD_LIBRARY(ousia_mozjs +# src/plugins/mozjs/MozJsScriptEngine +#) +# +#TARGET_LINK_LIBRARIES(ousia_mozjs +# ousia_core +# ${MOZJS_LIBRARIES} +#) # If testing is enabled, build the unit tests IF(TEST) |