Ещё немного

This commit is contained in:
2017-10-05 13:16:28 +03:00
parent ff9737c444
commit 507bc27558
7 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 2.6)
project(session)
add_executable(session main.cpp)
install(TARGETS session RUNTIME DESTINATION bin)

View File

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

View File

@@ -0,0 +1,4 @@
[Project]
Name=session
Manager=KDevCMakeManager
VersionControl=kdevgit