summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/CMakeListsEfl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/CMakeListsEfl.txt')
-rw-r--r--JavaScriptCore/CMakeListsEfl.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/JavaScriptCore/CMakeListsEfl.txt b/JavaScriptCore/CMakeListsEfl.txt
new file mode 100644
index 0000000..aca73a8
--- /dev/null
+++ b/JavaScriptCore/CMakeListsEfl.txt
@@ -0,0 +1,11 @@
+LIST(APPEND JavaScriptCore_SOURCES
+ runtime/MarkStackPosix.cpp
+)
+
+LIST(APPEND JavaScriptCore_LIBRARIES
+ ${ICU_I18N_LIBRARIES}
+)
+
+LIST(APPEND JavaScriptCore_LINK_FLAGS
+ ${ECORE_LDFLAGS}
+) \ No newline at end of file