mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +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:
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
|
Reference in New Issue
Block a user