First coommit

This commit is contained in:
2017-10-18 10:04:20 +03:00
commit 4c0f1d6552
4 changed files with 65 additions and 0 deletions

3
CMakeLists.txt Normal file
View File

@@ -0,0 +1,3 @@
cmake_minimum_required(VERSION 3.3)
add_executable(main main.cpp)
set(SOURCE_EXE main.cpp )