summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/shell
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/shell')
-rw-r--r--JavaScriptCore/shell/CMakeLists.txt2
-rw-r--r--JavaScriptCore/shell/CMakeListsWinCE.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/JavaScriptCore/shell/CMakeLists.txt b/JavaScriptCore/shell/CMakeLists.txt
index 1f529a5..a327204 100644
--- a/JavaScriptCore/shell/CMakeLists.txt
+++ b/JavaScriptCore/shell/CMakeLists.txt
@@ -9,7 +9,7 @@ SET(JSC_LIBRARIES
${JavaScriptCore_LIBRARY_NAME}
)
-INCLUDE_IF_EXISTS(${JAVASCRIPTCORE_DIR}/jsc/CMakeLists${PORT}.txt)
+INCLUDE_IF_EXISTS(${JAVASCRIPTCORE_DIR}/shell/CMakeLists${PORT}.txt)
WEBKIT_WRAP_SOURCELIST(${JSC_SOURCES})
INCLUDE_DIRECTORIES(./ ${JavaScriptCore_INCLUDE_DIRECTORIES})
diff --git a/JavaScriptCore/shell/CMakeListsWinCE.txt b/JavaScriptCore/shell/CMakeListsWinCE.txt
new file mode 100644
index 0000000..0b7a3bf
--- /dev/null
+++ b/JavaScriptCore/shell/CMakeListsWinCE.txt
@@ -0,0 +1,3 @@
+LIST(APPEND JSC_SOURCES
+ ../os-win32/WinMain.cpp
+)