cmake_minimum_required(VERSION 3.10)

project (test) 
add_executable(test "../src/code.cpp")
include_directories("../inc")

