git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Elena Demikhovsky 2014-12-30 10:13:38 +00:00
parent e46577f2b2
commit 3c0b55af9f
3 changed files with 14 additions and 0 deletions

4
opt/CMakeLists.txt Normal file
View File

@ -0,0 +1,4 @@
project(opt)
add_executable(opt main.cpp)

6
opt/main.cpp Normal file
View File

@ -0,0 +1,6 @@
#include <iostream>
int main(int argc, char **argv) {
std::cout << "Hello, world!" << std::endl;
return 0;
}

4
opt/opt.kdev4 Normal file
View File

@ -0,0 +1,4 @@
[Project]
Name=opt
Manager=KDevCMakeManager
VersionControl=kdevsubversion