You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@corinthia.apache.org by ja...@apache.org on 2015/08/15 09:38:39 UTC

[2/2] incubator-corinthia git commit: more files

more files


Project: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/commit/bf1752d8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/tree/bf1752d8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-corinthia/diff/bf1752d8

Branch: refs/heads/editorFramework
Commit: bf1752d8aff52a096793145998cd29f0846b86aa
Parents: d5974c1
Author: jani <ja...@apache.org>
Authored: Sat Aug 15 09:38:14 2015 +0200
Committer: jani <ja...@apache.org>
Committed: Sat Aug 15 09:38:14 2015 +0200

----------------------------------------------------------------------
 experiments/editorFramework/CMakeLists.txt      | 51 ++++++++++++++++++++
 .../src/Layer1_toolkit/qt/README                |  1 +
 .../src/Layer1_toolkit/web/README               |  1 +
 3 files changed, 53 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/bf1752d8/experiments/editorFramework/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/CMakeLists.txt b/experiments/editorFramework/CMakeLists.txt
new file mode 100644
index 0000000..d1e8176
--- /dev/null
+++ b/experiments/editorFramework/CMakeLists.txt
@@ -0,0 +1,51 @@
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+
+###
+## global definitions
+###
+set_property(GLOBAL PROPERTY USE_FOLDERS ON)
+
+
+
+###
+## group source objects
+###
+set(SOURCES
+    src/ain.c)
+
+
+
+###
+# Common include for all platform files
+###
+include_directories()
+include_directories(SYSTEM ${INCLUDE_DIRS})
+include_directories(.)
+include_directories(SYSTEM ../../../DocFormats/api/headers)
+include_directories(../../../DocFormats/headers)
+include_directories(../../../DocFormats/core/src/lib)
+include_directories(../../../DocFormats/unittest)
+link_directories(${LIB_DIRS})
+
+
+
+###
+# executable (release artifact)
+###
+add_executable(corinthia ${SOURCES})
+target_link_libraries(corinthia DocFormats ${LIBS})
+source_group(src FILES ${SOURCES})
+set_property(TARGET corinthia PROPERTY FOLDER consumers)

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/bf1752d8/experiments/editorFramework/src/Layer1_toolkit/qt/README
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/src/Layer1_toolkit/qt/README b/experiments/editorFramework/src/Layer1_toolkit/qt/README
new file mode 100644
index 0000000..0c59bb8
--- /dev/null
+++ b/experiments/editorFramework/src/Layer1_toolkit/qt/README
@@ -0,0 +1 @@
+Qt example code

http://git-wip-us.apache.org/repos/asf/incubator-corinthia/blob/bf1752d8/experiments/editorFramework/src/Layer1_toolkit/web/README
----------------------------------------------------------------------
diff --git a/experiments/editorFramework/src/Layer1_toolkit/web/README b/experiments/editorFramework/src/Layer1_toolkit/web/README
new file mode 100644
index 0000000..ffb28ff
--- /dev/null
+++ b/experiments/editorFramework/src/Layer1_toolkit/web/README
@@ -0,0 +1 @@
+Web server code