v
authorElena Demikhovsky <elena.demikhovsky@intel.com>
Tue, 30 Dec 2014 10:13:38 +0000 (10:13 +0000)
committerElena Demikhovsky <elena.demikhovsky@intel.com>
Tue, 30 Dec 2014 10:13:38 +0000 (10:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224983 91177308-0d34-0410-b5e6-96231b3b80d8

opt/CMakeLists.txt [new file with mode: 0644]
opt/main.cpp [new file with mode: 0644]
opt/opt.kdev4 [new file with mode: 0644]

diff --git a/opt/CMakeLists.txt b/opt/CMakeLists.txt
new file mode 100644 (file)
index 0000000..bc2a70f
--- /dev/null
@@ -0,0 +1,4 @@
+project(opt)
+
+add_executable(opt main.cpp)
+
diff --git a/opt/main.cpp b/opt/main.cpp
new file mode 100644 (file)
index 0000000..8bb47f1
--- /dev/null
@@ -0,0 +1,6 @@
+#include <iostream>
+
+int main(int argc, char **argv) {
+    std::cout << "Hello, world!" << std::endl;
+    return 0;
+}
diff --git a/opt/opt.kdev4 b/opt/opt.kdev4
new file mode 100644 (file)
index 0000000..11ef812
--- /dev/null
@@ -0,0 +1,4 @@
+[Project]
+Name=opt
+Manager=KDevCMakeManager
+VersionControl=kdevsubversion