Skip to content
Snippets Groups Projects
Commit 0e721b24 authored by torin's avatar torin
Browse files

initial project import from KDevelop

parents
No related branches found
No related tags found
No related merge requests found
cmake_minimum_required(VERSION 2.6)
project(szorg5)
add_executable(szorg5 main.cpp)
install(TARGETS szorg5 RUNTIME DESTINATION bin)
#include <iostream>
int main(int argc, char **argv) {
std::cout << "Hello, world!" << std::endl;
return 0;
}
[Project]
Name=szorg5
Manager=KDevCMakeManager
VersionControl=kdevgit
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment