mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-27 13:30:05 +00:00
v
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224983 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e46577f2b2
commit
3c0b55af9f
4
opt/CMakeLists.txt
Normal file
4
opt/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
project(opt)
|
||||
|
||||
add_executable(opt main.cpp)
|
||||
|
6
opt/main.cpp
Normal file
6
opt/main.cpp
Normal 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
4
opt/opt.kdev4
Normal file
@ -0,0 +1,4 @@
|
||||
[Project]
|
||||
Name=opt
|
||||
Manager=KDevCMakeManager
|
||||
VersionControl=kdevsubversion
|
Loading…
Reference in New Issue
Block a user