summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/shell/CMakeListsEfl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/shell/CMakeListsEfl.txt')
-rw-r--r--JavaScriptCore/shell/CMakeListsEfl.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/JavaScriptCore/shell/CMakeListsEfl.txt b/JavaScriptCore/shell/CMakeListsEfl.txt
new file mode 100644
index 0000000..58d44f4
--- /dev/null
+++ b/JavaScriptCore/shell/CMakeListsEfl.txt
@@ -0,0 +1,8 @@
+LIST(APPEND JSC_LIBRARIES
+ ${Glib_LIBRARIES}
+ ${ECORE_LIBRARIES}
+)
+
+LIST(APPEND JSC_LINK_FLAGS
+ ${ECORE_LDFLAGS}
+)