Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Akabei
Akabei frontend
Commits
bcf0bc6f
Commit
bcf0bc6f
authored
Mar 28, 2011
by
Lukas Appelhans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initial project import from KDevelop
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
CMakeLists.txt
CMakeLists.txt
+4
-0
akabei.kdev4
akabei.kdev4
+4
-0
main.cpp
main.cpp
+6
-0
No files found.
CMakeLists.txt
0 → 100644
View file @
bcf0bc6f
project
(
akabei
)
add_executable
(
akabei main.cpp
)
akabei.kdev4
0 → 100644
View file @
bcf0bc6f
[Project]
Name=akabei
Manager=KDevCMakeManager
VersionControl=kdevgit
main.cpp
0 → 100644
View file @
bcf0bc6f
#include <iostream>
int
main
(
int
argc
,
char
**
argv
)
{
std
::
cout
<<
"Hello, world!"
<<
std
::
endl
;
return
0
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment